Skip to content

Commit 0a66e3a

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

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)