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 1bd00f1 commit ce07b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurations/canonical.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ module.exports.recommended = {
'@stylistic/generator-star-spacing': [
2,
{
after: false,
before: true,
after: true,
before: false,
},
],
'@stylistic/implicit-arrow-linebreak': [2, 'beside'],
Expand Down
2 changes: 2 additions & 0 deletions configurations/prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ module.exports.recommended = {
'@stylistic/indent': 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/space-before-function-paren': 0,
'@typescript-eslint/indent': 0,
'arrow-body-style': 0,
'canonical/destructuring-property-newline': 0,
Expand Down

0 comments on commit ce07b5d

Please sign in to comment.