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