Merge "Enable quote-props "as-needed""

This commit is contained in:
Jenkins 2015-11-17 17:39:24 +00:00 committed by Gerrit Code Review
commit e025a4105f
1 changed files with 3 additions and 1 deletions

View File

@ -702,7 +702,9 @@ rules:
# Require quotes around object literal property names
# http://eslint.org/docs/rules/quote-props
quote-props: 0 # TODO(krotscheck): Discuss & Activate
quote-props:
- 2
- "as-needed"
# Specify whether backticks, double or single quotes should be used
# http://eslint.org/docs/rules/quotes