Skip to content

Commit

Permalink
update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ovnrain committed Feb 27, 2024
1 parent 2467eb8 commit e1fddda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"options": {
"printWidth": 150
}
},
{
"files": "*.md",
"options": {
"trailingComma": "none"
}
}
]
}

0 comments on commit e1fddda

Please sign in to comment.