summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/resources/src/.eslintrc.json')
-rw-r--r--MLEB/Translate/resources/src/.eslintrc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLEB/Translate/resources/src/.eslintrc.json b/MLEB/Translate/resources/src/.eslintrc.json
new file mode 100644
index 00000000..cfa86a9b
--- /dev/null
+++ b/MLEB/Translate/resources/src/.eslintrc.json
@@ -0,0 +1,5 @@
+{
+ "rules": {
+ "no-implicit-globals": "off"
+ }
+}