Skip to content

Commit 9d0f444

Browse files
Add "no-div-regex" eslint rule
1 parent 66c83ff commit 9d0f444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,6 @@ module.exports = {
9191
"no-script-url": "error",
9292
"no-sequences": "error",
9393
"no-throw-literal": "error",
94+
"no-div-regex": "error",
9495
}
9596
};

0 commit comments

Comments
 (0)