aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/es-object-atoms/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/es-object-atoms/.eslintrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/node_modules/es-object-atoms/.eslintrc b/node_modules/es-object-atoms/.eslintrc
deleted file mode 100644
index d90a1bc..0000000
--- a/node_modules/es-object-atoms/.eslintrc
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "root": true,
-
- "extends": "@ljharb",
-
- "rules": {
- "eqeqeq": ["error", "allow-null"],
- "id-length": "off",
- "new-cap": ["error", {
- "capIsNewExceptions": [
- "RequireObjectCoercible",
- "ToObject",
- ],
- }],
- },
-}