]> git.lizzy.rs Git - rust.git/commitdiff
Add "no-div-regex" eslint check
authorGuillaume Gomez <guillaume.gomez@huawei.com>
Mon, 6 Jun 2022 11:58:53 +0000 (13:58 +0200)
committerGuillaume Gomez <guillaume.gomez@huawei.com>
Mon, 6 Jun 2022 11:58:53 +0000 (13:58 +0200)
src/librustdoc/html/static/.eslintrc.js

index 6700369aa7aab4975b6ea18dfdfb041b4f2ca645..0d72aadbce1428528d615d545c2efcdd5690f056 100644 (file)
@@ -79,5 +79,6 @@ module.exports = {
         "guard-for-in": "error",
         "no-alert": "error",
         "no-confusing-arrow": "error",
+        "no-div-regex": "error",
     }
 };