]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/.eslintrc.js
Rollup merge of #98383 - m-ou-se:remove-memory-order-restrictions, r=joshtriplett
[rust.git] / src / librustdoc / html / static / .eslintrc.js
index 2817a8fe144885755f411700ab39a08dd6126146..fcd925bb3582f40a1548b4a5d32392a385dff72a 100644 (file)
@@ -91,5 +91,6 @@ module.exports = {
         "no-script-url": "error",
         "no-sequences": "error",
         "no-throw-literal": "error",
+        "no-div-regex": "error",
     }
 };