Skip to content

Commit df7345c

Browse files
committed
Remove unnecessary project setting in eslint config
ESlint was giving us warnings about the fact that the way we were using the project setting was a no-op, so this commits removes that setting from our eslint config file.
1 parent 039b261 commit df7345c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint.config.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export default defineConfig([
1919
...globals.node,
2020
...globals.jest,
2121
},
22-
23-
parserOptions: {
24-
project: "./tsconfig.json",
25-
},
2622
},
2723

2824
rules: {

0 commit comments

Comments
 (0)