mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
f01df6f803
The following rules are failing and were disabled: * compat/compat Additional changes: * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: I12c1a88cef8e2c95bed496628d2fe74d031f8278
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client-es5",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"rules": {
|
|
"one-var": "off",
|
|
"//": [
|
|
"off",
|
|
"ResourceLoader's `packageFiles` do not require wrapping but the `module` option is only available in ES6+."
|
|
],
|
|
"no-implicit-globals": "off",
|
|
"compat/compat": "warn"
|
|
}
|
|
}
|