Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[changed] enabled the template-tag-spacing ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Feb 5, 2017
1 parent 15de846 commit 38b5f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Expand Up @@ -215,6 +215,7 @@ rules:
space-unary-ops: 2
spaced-comment: 2
template-curly-spacing: 2
template-tag-spacing: 2
unicode-bom: 2
valid-jsdoc: [ 2, { prefer: { returns: return }, requireReturn: false } ]
wrap-iife: 2
Expand Down

0 comments on commit 38b5f13

Please sign in to comment.