Skip to content

Commit

Permalink
Chore: enable template-tag-spacing on ESLint codebase (#8005)
Browse files Browse the repository at this point in the history
This enables template-tag-spacing for dogfooding. There are no existing violations with the default "never" option, and 37 existing violations with the "always" option.
  • Loading branch information
not-an-aardvark authored and platinumazure committed Feb 1, 2017
1 parent f2be7e3 commit d7ffd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-eslint/default.yml
Expand Up @@ -116,6 +116,7 @@ rules:
spaced-comment: ["error", "always", { exceptions: ["-"]}]
strict: ["error", "global"]
template-curly-spacing: ["error", "never"]
template-tag-spacing: "error"
valid-jsdoc: ["error", {
prefer: { "return": "returns"},
preferType: {
Expand Down

0 comments on commit d7ffd88

Please sign in to comment.