Browse Source

Merge pull request #593 from fatfisz/eslint-config-root

Add root: true to eslint config.
gh-669
Oskar Segersvärd 9 years ago
parent
commit
64b9dad158
  1. 1
      .eslintrc

1
.eslintrc

@ -1,4 +1,5 @@
{ {
"root": true,
"rules": { "rules": {
"indent": [ 2, "tab", { "SwitchCase": 1 } ], "indent": [ 2, "tab", { "SwitchCase": 1 } ],
"quotes": [ 2, "single" ], "quotes": [ 2, "single" ],

Loading…
Cancel
Save