We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1c56d commit 4e2f851Copy full SHA for 4e2f851
3 files changed
.github/dependabot.yaml
@@ -13,3 +13,16 @@ updates:
13
directory: '/'
14
schedule:
15
interval: 'monthly'
16
+
17
+ groups:
18
+ dependencies:
19
+ patterns:
20
+ - '@chakra-ui*'
21
+ - '@emotion*'
22
+ - '@mdx-js*'
23
+ - '@next*'
24
+ - 'd3'
25
+ - 'date*'
26
+ - 'next*'
27
+ - 'react*'
28
+ - 'swr'
.pre-commit-config.yaml
@@ -7,7 +7,6 @@ repos:
7
exclude: \.html$
8
- id: end-of-file-fixer
9
10
- - id: check-json
11
- id: check-added-large-files
12
args: ['--maxkb=20000']
- id: check-yaml
jsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"baseUrl": ".",
4
"paths": {
5
- "@/*": ["./src/*"]
6
- }
+ "@/*": ["./src/*"],
+ },
}
0 commit comments