Skip to content

Commit

Permalink
feat: Set liting of quote-props as needed for integration with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaValero committed Jul 4, 2017
1 parent 293a12d commit 529c24d
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 529c24d

Please sign in to comment.