mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
eslint: Remove unused rules
Change-Id: I306c25c3f604893dea24b542619832a5cd3d1759
This commit is contained in:
parent
e44654cd0e
commit
2af7bc67c7
|
@ -7,11 +7,7 @@
|
|||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
"browser": false,
|
||||
"mw": false
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"prefer-template": "off"
|
||||
"browser": "readonly",
|
||||
"mw": "readonly"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue