Skip to content

Commit 965f499

Browse files
authored
Rollup merge of rust-lang#98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
Add new eslint checks r? `@Dylan-DPC`
2 parents 896ea6c + ec78ff4 commit 965f499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)