Skip to content

Commit

Permalink
Add "no-alert" eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 3, 2022
1 parent 7db2b00 commit 6ce2e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ module.exports = {
"no-template-curly-in-string": "error",
"block-scoped-var": "error",
"guard-for-in": "error",
"no-alert": "error",
}
};

0 comments on commit 6ce2e05

Please sign in to comment.