style: update eslintrc
Update eslintrc
This commit is contained in:
parent
99980d3681
commit
7549857d9e
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in a new issue