aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/.eslintrc.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/.eslintrc.json b/js/.eslintrc.json
index 452cd2401..0e9e9fa75 100644
--- a/js/.eslintrc.json
+++ b/js/.eslintrc.json
@@ -45,6 +45,7 @@
"no-unexpected-multiline": "error",
"no-unreachable": "error",
"no-useless-escape": "error",
+ "no-useless-rename": "error",
"use-isnan": "error",
"valid-jsdoc": "off",
"valid-typeof": "error",
@@ -102,6 +103,7 @@
"no-warning-comments": "off",
"no-with": "error",
"radix": "error",
+ "unicode-bom": ["error", "never"],
"vars-on-top": "off",
"wrap-iife": "error",
"yoda": "error",