Pārlūkot izejas kodu

chore: Change parser option to true (#2139)

Daniel Biegler 2 gadi atpakaļ
vecāks
revīzija
060df5ef72
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -30,7 +30,7 @@ module.exports = {
     ],
     ],
     parser: '@typescript-eslint/parser',
     parser: '@typescript-eslint/parser',
     parserOptions: {
     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',
         sourceType: 'module',
     },
     },
     plugins: [
     plugins: [