Skip to content

Commit 9974b3b

Browse files
committed
Lint tweaks.
1 parent 0bfb52d commit 9974b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"no-mixed-operators": "error",
5151
"no-mixed-spaces-and-tabs": "error",
5252
"no-plusplus": "off",
53-
"no-trailing-spaces": "error",
53+
"no-trailing-spaces": [ "error", { "skipBlankLines": true } ],
5454
"no-underscore-dangle": "off",
5555
"no-whitespace-before-property": "error",
5656
"object-curly-newline": [ "error", "always" ],

0 commit comments

Comments
 (0)