style: enable eslint rule no-unneeded-ternary

pull/566/head
Shahar Or (mightyiam) 5 years ago committed by Shahar Dawn Or
parent 320c255975
commit 967c016dd1

@ -23,7 +23,6 @@ module.exports = {
'@typescript-eslint/strict-boolean-expressions': 'off',
'comma-dangle': ['error', 'only-multiline'],
'no-mixed-operators': 'off',
'no-unneeded-ternary': 'off',
'no-unused-expressions': 'off',
'no-unused-vars': 'off',
eqeqeq: 'off',

Loading…
Cancel
Save