mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-18 22:03:12 -04:00
update lint rules
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user