File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 6
6
"project" : " ./tsconfig.json" ,
7
7
"sourceType" : " module"
8
8
},
9
+ "ignorePatterns" : [" docs/" ],
9
10
"rules" : {
10
11
"node/no-unpublished-import" : " off" ,
11
12
"@typescript-eslint/consistent-type-imports" : [
17
18
],
18
19
"@typescript-eslint/consistent-type-exports" : " error" ,
19
20
"@typescript-eslint/no-import-type-side-effects" : " error"
20
- },
21
- "overrides" : [
22
- {
23
- "files" : [" docs/**/*.tsx" ],
24
- "parserOptions" : {
25
- "project" : " ./tsconfig.docs.json"
26
- }
27
- }
28
- ]
21
+ }
29
22
}
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ npm run build # build
137
137
npm run preview # preview the build
138
138
```
139
139
140
- When viewing results locally, you need to restart the app whenever the results
141
- are updated.
140
+ When viewing results locally, you will need to restart the app whenever the
141
+ results are updated.
142
142
143
143
#### Linting
144
144
You can’t perform that action at this time.
0 commit comments