eslint: stop screaming about proptypes

revert-5af0e40a
Alex Gleason 2022-04-18 19:00:04 -05:00
rodzic c523e95789
commit fb351f8dfd
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

@ -150,7 +150,6 @@ module.exports = {
'react/jsx-wrap-multilines': 'error',
'react/no-multi-comp': 'off',
'react/no-string-refs': 'error',
'react/prop-types': 'error',
'react/self-closing-comp': 'error',
'jsx-a11y/accessible-emoji': 'warn',
@ -264,7 +263,6 @@ module.exports = {
files: ['**/*.ts', '**/*.tsx'],
rules: {
'no-undef': 'off', // https://stackoverflow.com/a/69155899
'react/prop-types': 'off',
},
parser: '@typescript-eslint/parser',
},