Skip to content

Commit 6700475

Browse files
committed
trailing commas configuration changed to all
1 parent bc7b1b2 commit 6700475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netepscript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ touch ./.prettierrc
118118
cat << EOF > .prettierrc
119119
{
120120
"singleQuote": false,
121-
"trailingComma": "none",
121+
"trailingComma": "all",
122122
"semi": true,
123123
"tabWidth": 2,
124124
"bracketSpacing": true,

0 commit comments

Comments
 (0)