diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-06-03 11:29:49 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-06-03 11:29:49 +0200 |
| commit | 6ce2e052e16f8c7c317686fb6d3d4b4670169745 (patch) | |
| tree | 972ed4dcce4c1cd27fc48d3beeac7d41d3e903eb | |
| parent | 7db2b00be3e4bc30495041461764bfc7917dbfd1 (diff) | |
| download | rust-6ce2e052e16f8c7c317686fb6d3d4b4670169745.tar.gz rust-6ce2e052e16f8c7c317686fb6d3d4b4670169745.zip | |
Add "no-alert" eslint rule
| -rw-r--r-- | src/librustdoc/html/static/.eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/.eslintrc.js b/src/librustdoc/html/static/.eslintrc.js index ab0bff95228..bd83b254caa 100644 --- a/src/librustdoc/html/static/.eslintrc.js +++ b/src/librustdoc/html/static/.eslintrc.js @@ -77,5 +77,6 @@ module.exports = { "no-template-curly-in-string": "error", "block-scoped-var": "error", "guard-for-in": "error", + "no-alert": "error", } }; |
