Skip to content

Commit

Permalink
Lint tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Sep 27, 2016
1 parent 0bfb52d commit 9974b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit 9974b3b

Please sign in to comment.