Skip to content

Commit 1e93165

Browse files
Enforce no trailing spaces with eslint
1 parent b7e5116 commit 1e93165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
"error",
2626
"unix"
2727
],
28+
"no-trailing-spaces": "error",
2829
"no-var": ["error"],
2930
"prefer-const": ["error"],
3031
"prefer-arrow-callback": ["error"],

0 commit comments

Comments
 (0)