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 authored Jun 18, 2022
2 parents 896ea6c + ec78ff4 commit 965f499
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 965f499

Please sign in to comment.