Skip to content

Commit

Permalink
build: Set "root": true, in .eslintrc.json
Browse files Browse the repository at this point in the history
This ensures that each repository's "npm test" command is fully
independent of wherever it might be in the filesystem.

Bug: T206485
Change-Id: I4de596c04aabeb7635fafc207d31ac90f2f91e87
  • Loading branch information
legoktm committed Dec 18, 2018
1 parent c9e80c3 commit 301e26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
@@ -1,4 +1,5 @@
{
"root": true,
"extends": "wikimedia",
"env": {
"browser": true,
Expand Down

0 comments on commit 301e26b

Please sign in to comment.