summaryrefslogtreecommitdiffstats
path: root/node_modules/is-negative-zero/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-negative-zero/.eslintrc')
-rw-r--r--node_modules/is-negative-zero/.eslintrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/is-negative-zero/.eslintrc b/node_modules/is-negative-zero/.eslintrc
deleted file mode 100644
index 955c229..0000000
--- a/node_modules/is-negative-zero/.eslintrc
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "root": true,
-
- "extends": "@ljharb",
-
- "rules": {
- "max-statements": [2, 14],
- "no-extra-parens": [1]
- }
-}