mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-30 19:16:15 +00:00
b94bfd5f10
* eslint-config-wikimedia: 0.16.2 → 0.17.0 The following rules are failing and were disabled: * no-shadow * grunt: 1.2.1 → 1.3.0 Change-Id: I34d02f8b44155614cfcf7f5f9098b51534830870
16 lines
179 B
JSON
16 lines
179 B
JSON
{
|
|
"root": true,
|
|
"extends": "wikimedia",
|
|
"env": {
|
|
"browser": true,
|
|
"commonjs": true
|
|
},
|
|
"globals": {
|
|
"mw": false,
|
|
"$": false
|
|
},
|
|
"rules": {
|
|
"no-shadow": "warn"
|
|
}
|
|
}
|