mediawiki-extensions-Templa.../.eslintrc.json
Kunal Mehta f21a1a0017 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: I7f51224c618c89e57e472fdeca52dceed4c05263
2018-12-17 18:58:37 -08:00

16 lines
177 B
JSON

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery"
],
"globals": {
"OO": false,
"mw": false
},
"rules": {
"valid-jsdoc": 0,
"max-len": 0
}
}