Skip to content

Commit 443fe8a

Browse files
ljharbgilbox
authored andcommitted
[eslint config] [fix] fix npm run lint
1 parent d346268 commit 443fe8a

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb/rules/style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
// disallow the use of Boolean literals in conditional expressions
7777
// also, prefer `a || b` over `a ? a : b`
7878
// http://eslint.org/docs/rules/no-unneeded-ternary
79-
'no-unneeded-ternary': [2, { "defaultAssignment": false }],
79+
'no-unneeded-ternary': [2, { 'defaultAssignment': false }],
8080
// require padding inside curly braces
8181
'object-curly-spacing': [2, 'always'],
8282
// allow just one var statement per function

0 commit comments

Comments
 (0)