Skip to content

Commit 4d1b33e

Browse files
authored
Enable the template-curly-spacing rule (#21)
Closes gh-21
1 parent c9fd571 commit 4d1b33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ module.exports = {
6060
"space-before-blocks": [ "error", "always" ],
6161
"space-in-parens": [ "error", "always" ],
6262
"keyword-spacing": [ 2 ],
63+
"template-curly-spacing": [ "error", "always" ],
6364
semi: [ "error", "always" ],
6465
"semi-spacing": [
6566
"error",

0 commit comments

Comments
 (0)