mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 23:07:58 -05:00
[eslint config] [base] [patch] object-shorthand: do not warn when the concise form would have a string literal as a name.
This commit is contained in:
@@ -85,7 +85,7 @@ module.exports = {
|
||||
// http://eslint.org/docs/rules/object-shorthand
|
||||
'object-shorthand': [2, 'always', {
|
||||
'ignoreConstructors': false,
|
||||
'avoidQuotes': false, // TODO: enable
|
||||
'avoidQuotes': true,
|
||||
}],
|
||||
|
||||
// suggest using arrow functions as callbacks
|
||||
|
||||
Reference in New Issue
Block a user