aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/test/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es5-ext/test/.eslintrc.json')
-rw-r--r--node_modules/es5-ext/test/.eslintrc.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/es5-ext/test/.eslintrc.json b/node_modules/es5-ext/test/.eslintrc.json
new file mode 100644
index 00000000..3ac4585b
--- /dev/null
+++ b/node_modules/es5-ext/test/.eslintrc.json
@@ -0,0 +1,14 @@
+{
+ "globals": {
+ "Symbol": true
+ },
+ "rules": {
+ "consistent-this": "off",
+ "id-length": "off",
+ "no-empty-function": "off",
+ "no-eval": "off",
+ "no-new-wrappers": "off",
+ "no-prototype-builtins": "off",
+ "no-shadow": "off"
+ }
+}