Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Add root: true to eslint config. (#294)
Browse files Browse the repository at this point in the history
This prevents taking user's eslint config files that are higher in the
directory structure into consideration.
  • Loading branch information
fatfisz authored and hzoo committed Apr 18, 2016
1 parent e232263 commit 2192e16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"root": true,
"rules": {
"strict": 0,
"no-underscore-dangle": 0,
Expand All @@ -24,4 +25,4 @@
"node": true,
"mocha": true
}
}
}

0 comments on commit 2192e16

Please sign in to comment.