Skip to content

Commit

Permalink
fix: prettier compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent ce07b5d commit a003547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configurations/prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ module.exports.recommended = {
'@stylistic/array-element-newline': 0,
'@stylistic/implicit-arrow-linebreak': 0,
'@stylistic/indent': 0,
'@stylistic/jsx-quotes': 0,
'@stylistic/line-comment-position': 0,
'@stylistic/linebreak-style': 0,
'@stylistic/member-delimiter-style': 0,
'@stylistic/no-extra-parens': 0,
'@stylistic/object-curly-newline': 0,
'@stylistic/object-property-newline': 0,
'@stylistic/operator-linebreak': 0,
'@stylistic/quotes': 0,
'@stylistic/space-before-function-paren': 0,
'@typescript-eslint/indent': 0,
'arrow-body-style': 0,
Expand Down

0 comments on commit a003547

Please sign in to comment.