Skip to content

Commit 0e66868

Browse files
Add "no-div-regex" eslint check
1 parent 116eec2 commit 0e66868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ module.exports = {
7979
"guard-for-in": "error",
8080
"no-alert": "error",
8181
"no-confusing-arrow": "error",
82+
"no-div-regex": "error",
8283
}
8384
};

0 commit comments

Comments
 (0)