Skip to content

Commit 72bd8e4

Browse files
Add "no-template-curly-in-string" eslint rule
1 parent 584eec6 commit 72bd8e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ module.exports = {
7474
"no-invalid-regexp": "error",
7575
"no-import-assign": "error",
7676
"no-self-compare": "error",
77+
"no-template-curly-in-string": "error",
7778
}
7879
};

0 commit comments

Comments
 (0)