Fix conflict between eslint / typescript
This commit is contained in:
parent
facd4e95f5
commit
b34b65cb90
|
@ -277,6 +277,7 @@ module.exports = {
|
|||
files: ['**/*.ts', '**/*.tsx'],
|
||||
rules: {
|
||||
'no-undef': 'off', // https://stackoverflow.com/a/69155899
|
||||
'space-before-function-paren': 'off',
|
||||
},
|
||||
parser: '@typescript-eslint/parser',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue