mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
52c7c2ee75
Given our use of constants for tracking classes this eslint rule is more an annoyance than helpful. Change-Id: I37570e3e851997d058f2d93777990dddb3d04089
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"wikimedia/client-es5",
|
|
"wikimedia/jquery",
|
|
"wikimedia/mediawiki"
|
|
],
|
|
"rules": {
|
|
"//": [
|
|
"off",
|
|
"ResourceLoader's `packageFiles` do not require wrapping but the `module` option is only available in ES6+."
|
|
],
|
|
"no-implicit-globals": "off",
|
|
"compat/compat": "warn",
|
|
"mediawiki/class-doc": "off"
|
|
}
|
|
}
|