Fix conflict between eslint / typescript
This commit is contained in:
@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user