We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286f842 commit 4d4dbbdCopy full SHA for 4d4dbbd
apps/web/.eslintrc.js
@@ -5,6 +5,10 @@ module.exports = {
5
'plugin:react/jsx-runtime',
6
'eslint-config-prettier',
7
],
8
+ parserOptions: {
9
+ project: ['./tsconfig.json'],
10
+ tsconfigRootDir: __dirname,
11
+ },
12
settings: {
13
next: {
14
rootDir: __dirname,
0 commit comments