Skip to content

Commit 7b8ce26

Browse files
authored
Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
Add new eslint checks r? ``@Dylan-DPC``
2 parents 431b1e4 + ec78ff4 commit 7b8ce26

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)