chore: updated parser options in .eslintrc.js

This commit is contained in:
Micael Levi L. Cavalcante
2022-04-06 13:43:19 -04:00
committed by GitHub
parent 058bac9050
commit 84c9e9464e
+1
View File
@@ -2,6 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir : __dirname,
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],