Fix conflict between eslint / typescript

environments/review-improve-pe-oqh7pz/deployments/1027
Justin 2 years ago
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…
Cancel
Save