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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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'],