Browse Source

Add root: true to eslint config.

This prevents eslint from taking user's eslint config files that are
higher in the directory structure into consideration.
gh-669
fatfisz 9 years ago
parent
commit
5df3e1f27c
  1. 1
      .eslintrc

1
.eslintrc

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

Loading…
Cancel
Save