Skip to content

Commit 6ce2e05

Browse files
Add "no-alert" eslint rule
1 parent 7db2b00 commit 6ce2e05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/librustdoc/html/static/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ module.exports = {
7777
"no-template-curly-in-string": "error",
7878
"block-scoped-var": "error",
7979
"guard-for-in": "error",
80+
"no-alert": "error",
8081
}
8182
};

0 commit comments

Comments
 (0)