Skip to content

Commit

Permalink
Fixed array-bracket-newline
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Apr 24, 2024
1 parent 515b817 commit 3f0c809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/segments/typescript/typescript.ts
Expand Up @@ -270,7 +270,9 @@ const stylisticRules: Linter.FlatConfig[`rules`] = {
"type-annotation-spacing": `warn`,
"array-bracket-newline": [
`warn`,
`multiline`
{
multiline: true,
}
],
"array-bracket-spacing": `warn`,
"array-element-newline": [
Expand Down

0 comments on commit 3f0c809

Please sign in to comment.