Skip to content

Commit e75913d

Browse files
author
David Brockman Smoliansky
committed
fix(config): activate template-curly-spacing rule
The `template-curly-spacing` rule is autofixable.
1 parent ba8812a commit e75913d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ module.exports = {
166166
"space-unary-ops": 2,
167167
"spaced-comment": 0,
168168
"strict": [2, "global"],
169+
"template-curly-spacing": 1,
169170
"use-isnan": 2,
170171
"valid-jsdoc": [2, { "prefer": { "returns": "return" }, "requireReturn": false, "requireParamDescription": false, "requireReturnDescription": false }],
171172
"valid-typeof": 2,

0 commit comments

Comments
 (0)