Fix conflict between eslint / typescript

environments/review-improve-pe-oqh7pz/deployments/1027
Justin 2022-09-27 09:59:01 -04:00
rodzic facd4e95f5
commit b34b65cb90
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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