Skip to content

Commit

Permalink
chore: [prettier] load plugins via config file
Browse files Browse the repository at this point in the history
- https://prettier.io/blog/2023/07/05/3.0.0.html

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Jul 30, 2023
1 parent e52febb commit 90befbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"arrowParens": "avoid",
"bracketSpacing": true,
"plugins": ["prettier-plugin-sh"],
"proseWrap": "always",
"quoteProps": "as-needed",
"semi": false,
Expand Down

0 comments on commit 90befbd

Please sign in to comment.