Skip to content

Commit 08d558d

Browse files
authored
Rollup merge of #98898 - GuillaumeGomez:new-eslint-rul, r=Dylan-DPC
Add "no-div-regex" eslint rule r? `@Dylan-DPC`
2 parents adfcb74 + 9d0f444 commit 08d558d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)