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