We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run lint
1 parent d346268 commit 443fe8aCopy full SHA for 443fe8a
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