diff --git a/package.json b/package.json index 9179827..aaccccf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dethdkn/eslint-config", "type": "module", - "version": "1.5.14", + "version": "1.5.15", "packageManager": "pnpm@9.9.0", "description": "🧹 My Opinionated ESLint Config", "author": { diff --git a/src/rules/antfu.ts b/src/rules/antfu.ts index 264e66e..749f80f 100644 --- a/src/rules/antfu.ts +++ b/src/rules/antfu.ts @@ -5,7 +5,7 @@ export default { name: 'dethdkn/antfu/rules', plugins: { antfu }, rules: { - 'antfu/consistent-chaining': ['error'], + 'antfu/consistent-chaining': ['off'], 'antfu/consistent-list-newline': ['error'], 'antfu/import-dedupe': ['error'], 'antfu/no-import-node-modules-by-path': ['error'],