Skip to content

Commit 90befbd

Browse files
committed
chore: [prettier] load plugins via config file
- https://prettier.io/blog/2023/07/05/3.0.0.html Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent e52febb commit 90befbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"arrowParens": "avoid",
33
"bracketSpacing": true,
4+
"plugins": ["prettier-plugin-sh"],
45
"proseWrap": "always",
56
"quoteProps": "as-needed",
67
"semi": false,

0 commit comments

Comments
 (0)