Skip to content

Commit

Permalink
Enforce linebreak style in js source code
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 8, 2022
1 parent 4c09a33 commit b7e5116
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustdoc/html/static/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ module.exports = {
"error",
"double"
],
"linebreak-style": [
"error",
"unix"
],
"no-var": ["error"],
"prefer-const": ["error"],
"prefer-arrow-callback": ["error"],
Expand Down

0 comments on commit b7e5116

Please sign in to comment.