mediawiki-extensions-Cite/modules/ve-cite/tests/.eslintrc.json
Kunal Mehta 0395035789 build: Set "root": true, in .eslintrc.json
This ensures that each repository's "npm test" command is fully
independent of wherever it might be in the filesystem.

Bug: T206485
Change-Id: I54d052bed4ceed175a938896154fd6ad5c89f964
2018-12-18 10:47:31 +00:00

7 lines
64 B
JSON

{
"extends": [
"wikimedia/qunit",
"../.eslintrc.json"
]
}