Browse Source

gah eslint

gh-669
Rich Harris 9 years ago
parent
commit
f8a872cadc
  1. 3
      .eslintrc

3
.eslintrc

@ -2,9 +2,8 @@
"root": true,
"rules": {
"indent": [ 2, "tab", { "SwitchCase": 1 } ],
"quotes": [ 2, "single" ],
"semi": [ 2, "always" ],
"space-after-keywords": [ 2, "always" ],
"keyword-spacing": [ 2, { "before": true, "after": true } ],
"space-before-blocks": [ 2, "always" ],
"space-before-function-paren": [ 2, "always" ],
"no-mixed-spaces-and-tabs": [ 2, "smart-tabs" ],

Loading…
Cancel
Save