Skip to content

Commit 0aa70c4

Browse files
author
Erik Soehnel
committed
disable benchmark eslint on viewer app
This app is separated from the benchmark script stuff so it should have its own eslint and rules.
1 parent 819b72c commit 0aa70c4

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.eslintrc.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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": [
@@ -17,13 +18,5 @@
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
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ npm run build # build
137137
npm 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

0 commit comments

Comments
 (0)