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.
object-shorthand
1 parent 7a80837 commit 10f4dd8Copy full SHA for 10f4dd8
packages/eslint-config-airbnb-base/rules/es6.js
@@ -85,7 +85,7 @@ module.exports = {
85
// http://eslint.org/docs/rules/object-shorthand
86
'object-shorthand': [2, 'always', {
87
'ignoreConstructors': false,
88
- 'avoidQuotes': false, // TODO: enable
+ 'avoidQuotes': true,
89
}],
90
91
// suggest using arrow functions as callbacks
0 commit comments