Skip to content

Commit

Permalink
🐛 Disable antfu/consistent-chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
dethdkn committed Sep 4, 2024
1 parent 45828ca commit fe840b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dethdkn/eslint-config",
"type": "module",
"version": "1.5.14",
"version": "1.5.15",
"packageManager": "[email protected]",
"description": "🧹 My Opinionated ESLint Config",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/rules/antfu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit fe840b1

Please sign in to comment.