Skip to content

Commit

Permalink
Chore: quote enable avoidEscape option in eslint-config-eslint (#10626)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 2, 2018
1 parent 32f41bd commit 0a65844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-eslint/default.yml
Expand Up @@ -155,7 +155,7 @@ rules:
prefer-rest-params: "error"
prefer-spread: "error"
prefer-template: "error"
quotes: ["error", "double"]
quotes: ["error", "double", {avoidEscape: true}]
quote-props: ["error", "as-needed"]
radix: "error"
require-atomic-updates: "error"
Expand Down

0 comments on commit 0a65844

Please sign in to comment.