Skip to content

Commit

Permalink
fix: disable @stylistic/implicit-arrow-linebreak in prettier compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent 24d6b7a commit ea49bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configurations/prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports.recommended = {
...require('eslint-config-prettier').rules,
'@stylistic/array-bracket-newline': 0,
'@stylistic/array-element-newline': 0,
'@stylistic/implicit-arrow-linebreak': 0,
'@stylistic/indent': 0,
'@stylistic/line-comment-position': 0,
'@stylistic/linebreak-style': 0,
Expand Down

0 comments on commit ea49bb8

Please sign in to comment.