We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744a3a5 commit 118c777Copy full SHA for 118c777
1 file changed
.eslintrc.js
@@ -13,7 +13,6 @@ module.exports = {
13
{ allowShortCircuit: true, allowTernary: true },
14
],
15
'no-plusplus': 'off',
16
- 'no-nested-ternary': 'off',
17
'no-param-reassign': ['error', { props: false }],
18
'import/no-unresolved': ['error', { ignore: ['^react$'] }],
19
'import/extensions': ['error', 'never'],
0 commit comments