We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfb52d commit 9974b3bCopy full SHA for 9974b3b
.eslintrc.json
@@ -50,7 +50,7 @@
50
"no-mixed-operators": "error",
51
"no-mixed-spaces-and-tabs": "error",
52
"no-plusplus": "off",
53
- "no-trailing-spaces": "error",
+ "no-trailing-spaces": [ "error", { "skipBlankLines": true } ],
54
"no-underscore-dangle": "off",
55
"no-whitespace-before-property": "error",
56
"object-curly-newline": [ "error", "always" ],
0 commit comments