Skip to content

Commit

Permalink
fix: prettier compat
Browse files Browse the repository at this point in the history
gajus committed Nov 11, 2024
1 parent 0589e23 commit e6c1fe7
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
@@ -7,6 +7,7 @@ module.exports.recommended = {
...require('eslint-config-prettier').rules,
'@stylistic/array-bracket-newline': 0,
'@stylistic/array-element-newline': 0,
'@stylistic/brace-style': 0,
'@stylistic/comma-dangle': 0,
'@stylistic/implicit-arrow-linebreak': 0,
'@stylistic/indent': 0,

0 comments on commit e6c1fe7

Please sign in to comment.