update lint rules

This commit is contained in:
jeffvli
2021-08-04 18:24:42 -07:00
parent aadaa1c371
commit 01f807c705

View File

@@ -9,6 +9,8 @@ module.exports = {
'no-console': 'off',
'jsx-quotes': ['error', 'prefer-double'],
'react/jsx-props-no-spreading': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'no-nested-ternary': 'off',
},
parserOptions: {
ecmaVersion: 2020,