diff --git a/.eslintrc b/.eslintrc index 63b34364..57a95f9d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,4 +1,5 @@ { + "root": true, "rules": { "strict": 0, "no-underscore-dangle": 0, @@ -24,4 +25,4 @@ "node": true, "mocha": true } -} \ No newline at end of file +}