Skip to content

Commit

Permalink
Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add new eslint checks

r? ```@Dylan-DPC```
  • Loading branch information
matthiaskrgr committed Jun 18, 2022
2 parents d13bead + ec78ff4 commit 0a66e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustdoc/html/static/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,7 @@ module.exports = {
"no-multi-assign": "error",
"no-return-assign": "error",
"no-script-url": "error",
"no-sequences": "error",
"no-throw-literal": "error",
}
};

0 comments on commit 0a66e3a

Please sign in to comment.