Skip to content

Commit 930437c

Browse files
committed
enable
1 parent 8369a0a commit 930437c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ module.exports = {
676676
'no-shadow-restricted-names': [2],
677677
'no-shadow': [0],
678678
'no-sparse-arrays': [2],
679-
'no-template-curly-in-string': [0],
679+
'no-template-curly-in-string': [2],
680680
'no-ternary': [0],
681681
'no-this-before-super': [2],
682682
'no-throw-literal': [2],

0 commit comments

Comments
 (0)