eslint: don't care about consistent-return in typescript

react-query-api
Alex Gleason 2022-08-01 22:42:30 -05:00
rodzic 92a5893f83
commit 6d1539cf9c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -278,6 +278,7 @@ module.exports = {
files: ['**/*.ts', '**/*.tsx'],
rules: {
'no-undef': 'off', // https://stackoverflow.com/a/69155899
'consistent-return': 'off',
},
parser: '@typescript-eslint/parser',
},