diff options
Diffstat (limited to '')
| -rw-r--r-- | node_modules/hasown/eslint.config.mjs | 6 |
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' } }, -]; |