Skip to content

Commit ec78ff4

Browse files
Adding new eslint checks:
* no-sequences * no-throw-literal
1 parent 3a8b014 commit ec78ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,7 @@ module.exports = {
8989
"no-multi-assign": "error",
9090
"no-return-assign": "error",
9191
"no-script-url": "error",
92+
"no-sequences": "error",
93+
"no-throw-literal": "error",
9294
}
9395
};

0 commit comments

Comments
 (0)