summaryrefslogtreecommitdiffstats
path: root/node_modules/is-symbol/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-symbol/.eslintrc')
-rw-r--r--node_modules/is-symbol/.eslintrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/is-symbol/.eslintrc b/node_modules/is-symbol/.eslintrc
new file mode 100644
index 0000000..046dd07
--- /dev/null
+++ b/node_modules/is-symbol/.eslintrc
@@ -0,0 +1,14 @@
+{
+ "root": true,
+
+ "extends": "@ljharb",
+
+ "overrides": [
+ {
+ "files": "test/**",
+ "rules": {
+ "no-restricted-properties": 0,
+ },
+ },
+ ],
+}