mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
20 lines
305 B
JSON
20 lines
305 B
JSON
|
{
|
||
|
"extends": "wikimedia",
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jquery": true,
|
||
|
"qunit": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"ve": true,
|
||
|
"mw": true,
|
||
|
"mediaWiki": false,
|
||
|
"OO": false
|
||
|
},
|
||
|
"rules": {
|
||
|
"dot-notation": 0,
|
||
|
"wrap-iife": 0,
|
||
|
"spaced-comment": ["error", "always", { "exceptions": ["*", "!"] }]
|
||
|
}
|
||
|
}
|