Skip to content

Commit

Permalink
fix: disable @stylistic/indent in prettier compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent 04b7827 commit 24d6b7a
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/indent': 0,
'@stylistic/line-comment-position': 0,
'@stylistic/linebreak-style': 0,
'@stylistic/no-extra-parens': 0,
Expand Down

0 comments on commit 24d6b7a

Please sign in to comment.