Lint tweaks.

This commit is contained in:
Richard Davey 2016-09-27 23:40:52 +01:00
parent 0bfb52d159
commit 9974b3b586

View file

@ -50,7 +50,7 @@
"no-mixed-operators": "error",
"no-mixed-spaces-and-tabs": "error",
"no-plusplus": "off",
"no-trailing-spaces": "error",
"no-trailing-spaces": [ "error", { "skipBlankLines": true } ],
"no-underscore-dangle": "off",
"no-whitespace-before-property": "error",
"object-curly-newline": [ "error", "always" ],