aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/hasown/eslint.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/hasown/eslint.config.mjs')
-rw-r--r--node_modules/hasown/eslint.config.mjs6
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/hasown/eslint.config.mjs b/node_modules/hasown/eslint.config.mjs
deleted file mode 100644
index 3d634a0..0000000
--- a/node_modules/hasown/eslint.config.mjs
+++ /dev/null
@@ -1,6 +0,0 @@
-import ljharbConfig from '@ljharb/eslint-config/flat';
-
-export default [
- ...ljharbConfig,
- { rules: { 'no-extra-parens': 'off' } },
-];