Skip to content

Commit 4d4dbbd

Browse files
committed
add parser options
1 parent 286f842 commit 4d4dbbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/web/.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ module.exports = {
55
'plugin:react/jsx-runtime',
66
'eslint-config-prettier',
77
],
8+
parserOptions: {
9+
project: ['./tsconfig.json'],
10+
tsconfigRootDir: __dirname,
11+
},
812
settings: {
913
next: {
1014
rootDir: __dirname,

0 commit comments

Comments
 (0)