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 a003547 commit 504e55c
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/comma-dangle': 0,
'@stylistic/implicit-arrow-linebreak': 0,
'@stylistic/indent': 0,
'@stylistic/jsx-quotes': 0,
Expand Down

0 comments on commit 504e55c

Please sign in to comment.