summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-symbol/test/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/is-symbol/test/.eslintrc')
-rw-r--r--deps/npm/node_modules/is-symbol/test/.eslintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/npm/node_modules/is-symbol/test/.eslintrc b/deps/npm/node_modules/is-symbol/test/.eslintrc
new file mode 100644
index 0000000000..1ac0d47b38
--- /dev/null
+++ b/deps/npm/node_modules/is-symbol/test/.eslintrc
@@ -0,0 +1,7 @@
+{
+ "rules": {
+ "max-statements-per-line": [2, { "max": 2 }],
+ "no-restricted-properties": 0,
+ "symbol-description": 0,
+ }
+}