We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9134422 commit e158fbcCopy full SHA for e158fbc
rules/base.js
@@ -220,7 +220,7 @@ module.exports = {
220
'no-multi-assign': 0, // disallow use of chained assignment expressions
221
'no-multiple-empty-lines': [1, { max: 2, maxEOF: 1 }], // disallow multiple empty lines
222
'no-negated-condition': 0, // disallow negated conditions
223
- 'no-nested-ternary': 1, // disallow nested ternary expressions
+ 'no-nested-ternary': 0, // disallow nested ternary expressions
224
'no-new-object': 0, // disallow `Object` constructors
225
'no-plusplus': 0, // disallow the unary operators `++` and `--`
226
'no-restricted-syntax': 0, // disallow specified syntax
0 commit comments