Ver Fonte

chore: Change parser option to true (#2139)

Daniel Biegler há 2 anos atrás
pai
commit
060df5ef72
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -30,7 +30,7 @@ module.exports = {
     ],
     parser: '@typescript-eslint/parser',
     parserOptions: {
-        project: 'tsconfig.json',
+        project: true, // Resolve the nearest single tsconfig - See: https://github.com/typescript-eslint/typescript-eslint/issues/1192#issuecomment-1483926773
         sourceType: 'module',
     },
     plugins: [