summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/.eslintrc.json')
-rw-r--r--MLEB/Translate/.eslintrc.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/MLEB/Translate/.eslintrc.json b/MLEB/Translate/.eslintrc.json
new file mode 100644
index 00000000..a449bc1a
--- /dev/null
+++ b/MLEB/Translate/.eslintrc.json
@@ -0,0 +1,15 @@
+{
+ "extends": "wikimedia",
+ "env": {
+ "browser": true,
+ "jquery": true,
+ "qunit": true
+ },
+ "globals": {
+ "mediaWiki": false,
+ "OO": false
+ },
+ "rules": {
+ "no-use-before-define": 0
+ }
+}