diff --git a/.eslintrc.js b/.eslintrc.js index cf5521d..4804f60 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { parser: '@typescript-eslint/parser', parserOptions: { - project: './tsconfig.json', + project: true, sourceType: 'module', }, plugins: ['@typescript-eslint/eslint-plugin'], @@ -23,4 +23,3 @@ module.exports = { '@typescript-eslint/no-non-null-assertion': 'off', }, }; - \ No newline at end of file