File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 66 "project" : " ./tsconfig.json" ,
77 "sourceType" : " module"
88 },
9+ "ignorePatterns" : [" docs/" ],
910 "rules" : {
1011 "node/no-unpublished-import" : " off" ,
1112 "@typescript-eslint/consistent-type-imports" : [
1718 ],
1819 "@typescript-eslint/consistent-type-exports" : " error" ,
1920 "@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+ }
2922}
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ npm run build # build
137137npm run preview # preview the build
138138```
139139
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.
142142
143143#### Linting
144144
You can’t perform that action at this time.
0 commit comments