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 ea49bb8 commit 1bcd5a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion configurations/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports.recommended = {
},
singleline: {
delimiter: 'comma',
requireLast: true,
requireLast: false,
},
},
],
Expand All @@ -50,6 +50,12 @@ module.exports.recommended = {
{
after: true,
before: false,
overrides: {
arrow: {
after: true,
before: true,
},
},
},
],
'@typescript-eslint/adjacent-overload-signatures': 2,
Expand Down

0 comments on commit 1bcd5a8

Please sign in to comment.