Skip to content

Commit

Permalink
Enable quote-props rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilsson committed Aug 6, 2019
1 parent 0a79e7b commit f1627d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults.js
Expand Up @@ -172,6 +172,7 @@ module.exports = {
"prefer-rest-params": "error",
"prefer-spread": "error",
"prefer-template": "error",
"quote-props": ["error", "consistent-as-needed"],
"radix": ["error", "as-needed"],
"require-await": "error",
"require-unicode-regexp": "error",
Expand Down

0 comments on commit f1627d8

Please sign in to comment.