mediawiki-extensions-Syntax.../.eslintrc.json
Kunal Mehta b4a80cd365 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: Ic147b240405f698c7ec86a21f0187d140f187e30
2018-12-17 18:58:34 -08:00

15 lines
157 B
JSON

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