Skip to content

Commit 118c777

Browse files
committed
Remove uneeded eslint rules
1 parent 744a3a5 commit 118c777

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
{ allowShortCircuit: true, allowTernary: true },
1414
],
1515
'no-plusplus': 'off',
16-
'no-nested-ternary': 'off',
1716
'no-param-reassign': ['error', { props: false }],
1817
'import/no-unresolved': ['error', { ignore: ['^react$'] }],
1918
'import/extensions': ['error', 'never'],

0 commit comments

Comments
 (0)