Skip to content

Commit

Permalink
feat(yaml): add block-mapping-colon-indicator-newline
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-buss committed Aug 1, 2024
1 parent 12b8711 commit 5c40cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export async function yaml(

...(stylistic
? {
"yaml/block-mapping-colon-indicator-newline": "error",
"yaml/block-mapping-question-indicator-newline": "error",
"yaml/block-sequence-hyphen-indicator-newline": "error",
"yaml/flow-mapping-curly-newline": "error",
Expand Down

0 comments on commit 5c40cc0

Please sign in to comment.