diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-06-11 13:19:51 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-06-11 13:20:01 +0200 |
| commit | e3d89dbcdb5cda8724535e9f2da980d8fdaa2b8b (patch) | |
| tree | 9634d1c3ac8f7c1f1b59dc72692cb1cc96aff356 /src/librustdoc/html | |
| parent | 4a874b0e594c4720f314e80a81e71e86a89ff61e (diff) | |
| download | rust-e3d89dbcdb5cda8724535e9f2da980d8fdaa2b8b.tar.gz rust-e3d89dbcdb5cda8724535e9f2da980d8fdaa2b8b.zip | |
Add eslint rule "no-multi-assign"
Diffstat (limited to 'src/librustdoc/html')
| -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 26ca8213ab1..a5175b1a4b4 100644 --- a/src/librustdoc/html/static/.eslintrc.js +++ b/src/librustdoc/html/static/.eslintrc.js @@ -86,5 +86,6 @@ module.exports = { "no-label-var": "error", "no-lonely-if": "error", "no-mixed-operators": "error", + "no-multi-assign": "error", } }; |
