Skip to content

Commit

Permalink
Enforce no trailing spaces with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 8, 2022
1 parent b7e5116 commit 1e93165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
"error",
"unix"
],
"no-trailing-spaces": "error",
"no-var": ["error"],
"prefer-const": ["error"],
"prefer-arrow-callback": ["error"],
Expand Down

0 comments on commit 1e93165

Please sign in to comment.