Skip to content

Commit

Permalink
Changed array-bracket-newline to multiline: true in `stylisticRul…
Browse files Browse the repository at this point in the history
…es` in `src/segments/typescript/typescript.ts` to allow multiline array brackets.

Signed-off-by: Jaid <[email protected]>
  • Loading branch information
Jaid committed Aug 27, 2024
1 parent 0f95542 commit 0790625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segments/typescript/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const stylisticRules: Linter.FlatConfig[`rules`] = {
"array-bracket-newline": [
warn,
{
multiline: false,
multiline: true,
}
],
"array-bracket-spacing": warn,
Expand Down

0 comments on commit 0790625

Please sign in to comment.