16 lines
210 B
JSON
16 lines
210 B
JSON
{
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"$": false,
|
|
"mw": false,
|
|
"OO": false
|
|
},
|
|
"rules": {
|
|
"dot-notation": [ "error", { "allowKeywords": true } ],
|
|
"max-len": 0
|
|
}
|
|
}
|