Merge pull request #231 from micalevisk/patch-1
chore: updated parser options in .eslintrc.js
This commit is contained in:
commit
950556ca87
|
|
@ -2,6 +2,7 @@ module.exports = {
|
|||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: 'tsconfig.json',
|
||||
tsconfigRootDir : __dirname,
|
||||
sourceType: 'module',
|
||||
},
|
||||
plugins: ['@typescript-eslint/eslint-plugin'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue