diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-05-29 21:44:10 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-05-29 21:44:10 +0200 |
| commit | f1a95b834c2d852428e72bf1a17ff99c2cfe605b (patch) | |
| tree | eef8c224c6b7640207989fe9a3f426efbde55475 /src | |
| parent | d39703a6c53a78d477360a15ffd36921449fee93 (diff) | |
| download | rust-f1a95b834c2d852428e72bf1a17ff99c2cfe605b.tar.gz rust-f1a95b834c2d852428e72bf1a17ff99c2cfe605b.zip | |
Add "no-ex-assign" eslint rule
Diffstat (limited to 'src')
| -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 f153c9a714f..f66ecbf78af 100644 --- a/src/librustdoc/html/static/.eslintrc.js +++ b/src/librustdoc/html/static/.eslintrc.js @@ -69,5 +69,6 @@ module.exports = { "no-dupe-else-if": "error", "no-dupe-keys": "error", "no-duplicate-case": "error", + "no-ex-assign": "error", } }; |
