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.
npm run lint
1 parent 8a80ee0 commit 512a87cCopy full SHA for 512a87c
packages/eslint-config-airbnb/rules/style.js
@@ -76,7 +76,7 @@ module.exports = {
76
// disallow the use of Boolean literals in conditional expressions
77
// also, prefer `a || b` over `a ? a : b`
78
// http://eslint.org/docs/rules/no-unneeded-ternary
79
- 'no-unneeded-ternary': [2, { "defaultAssignment": false }],
+ 'no-unneeded-ternary': [2, { 'defaultAssignment': false }],
80
// require padding inside curly braces
81
'object-curly-spacing': [2, 'always'],
82
// allow just one var statement per function
0 commit comments