Skip to content

Commit fe503ad

Browse files
Add "no-invalid-regexp" eslint rule
1 parent e0cbac6 commit fe503ad

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
@@ -71,5 +71,6 @@ module.exports = {
7171
"no-duplicate-case": "error",
7272
"no-ex-assign": "error",
7373
"no-fallthrough": "error",
74+
"no-invalid-regexp": "error",
7475
}
7576
};

0 commit comments

Comments
 (0)