eslint: disable consistent-return

environments/review-sw-embed-24cb0u/deployments/759
Alex Gleason 2022-08-11 15:28:42 -05:00
rodzic bf5d3b241a
commit c5d46d1a15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -78,7 +78,6 @@ module.exports = {
'space-infix-ops': 'error',
'space-in-parens': ['error', 'never'],
'keyword-spacing': 'error',
'consistent-return': 'error',
'dot-notation': 'error',
eqeqeq: 'error',
indent: ['error', 2, {
@ -278,7 +277,6 @@ module.exports = {
files: ['**/*.ts', '**/*.tsx'],
rules: {
'no-undef': 'off', // https://stackoverflow.com/a/69155899
'consistent-return': 'off',
},
parser: '@typescript-eslint/parser',
},