Skip to content

Commit

Permalink
disable indent linting because it formats code weird
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 24, 2017
1 parent 991b360 commit ff0e046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -36,6 +36,7 @@ module.exports = {
"space-before-function-paren": ["error", "never"],
"space-before-blocks": "error",
"object-curly-spacing": ["error", "always"],
"indent": "off",
"keyword-spacing": ["error", {
"after": false,
"overrides": {
Expand Down

0 comments on commit ff0e046

Please sign in to comment.