mediawiki-extensions-Math/.eslintrc.json
Kunal Mehta d202962270 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: I62045d358d1fec2df9d7558dc3f79f740813bef0
2018-12-17 18:56:16 -08:00

15 lines
156 B
JSON

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