Skip to content

Commit

Permalink
fix: rm max line length because it doesn't have auto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Delnegend committed Jan 24, 2025
1 parent 8050fe9 commit 9b51292
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ export default function hagemanto({
"@stylistic/jsx-max-props-per-line": ["error", { maximum: 3, when: "multiline" }],
"@stylistic/jsx-one-expression-per-line": ["error", { "allow": "single-line" }],
} : {}),

"@stylistic/max-len": ["error", { code: 80, tabWidth: 4 }],
},
})
}
Expand Down

0 comments on commit 9b51292

Please sign in to comment.