summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/.eslintrc.json')
-rw-r--r--MLEB/Translate/.eslintrc.json23
1 files changed, 2 insertions, 21 deletions
diff --git a/MLEB/Translate/.eslintrc.json b/MLEB/Translate/.eslintrc.json
index 260fb0fd..04f9da7a 100644
--- a/MLEB/Translate/.eslintrc.json
+++ b/MLEB/Translate/.eslintrc.json
@@ -1,25 +1,6 @@
{
"root": true,
"extends": [
- "wikimedia/client",
- "wikimedia/jquery",
- "wikimedia/mediawiki",
- "wikimedia/jsduck"
- ],
- "globals": {
- "Chart": "readonly"
- },
- "rules": {
- "max-len": "off",
- "no-use-before-define": "off",
- "mediawiki/class-doc": "warn",
- "no-jquery/no-animate-toggle": "warn",
- "no-jquery/no-class-state": "off",
- "no-jquery/no-each-util": "warn",
- "no-jquery/no-global-selector": "off",
- "no-jquery/no-map-util": "warn",
- "no-jquery/no-sizzle": "warn",
- "no-shadow": "warn",
- "no-jquery/no-visibility": "error"
- }
+ "wikimedia/server"
+ ]
}