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