style: update eslintrc

Update eslintrc
This commit is contained in:
Conicaw 2023-07-16 18:26:22 -05:00
parent 99980d3681
commit 7549857d9e
No known key found for this signature in database
GPG key ID: 8DE10AC00159C418

View file

@ -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',
},
};