mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
4c86c54e46
Add linting guards, except in preinit Change-Id: I999641eddb0e0f5b112ec2259dbafc1e816e3437
10 lines
114 B
JSON
10 lines
114 B
JSON
{
|
|
"globals": {
|
|
"ve": "off"
|
|
},
|
|
"rules": {
|
|
"no-jquery/no-deferred": "off",
|
|
"no-jquery/no-when": "off"
|
|
}
|
|
}
|