Skip to content

Commit

Permalink
feat: Require quotes only in property names that require it
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaValero committed Jul 18, 2017
1 parent 283a0b0 commit 8aca6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
},
"parserOptions": { "ecmaVersion": 2017 },
"rules": {
"quote-props": ["error", "consistent-as-needed"],
"quote-props": ["error", "as-needed"],
"no-dupe-keys": "error",
"quotes": ["error", "double"],
"no-undef": "error",
Expand Down

0 comments on commit 8aca6a2

Please sign in to comment.