Skip to content

Commit dbf0177

Browse files
committed
Disable trailing comma until it is granular
1 parent da46554 commit dbf0177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelog": "lerna-changelog",
66
"create-react-app": "tasks/cra.sh",
77
"e2e": "tasks/e2e-simple.sh",
8-
"format": "prettier --single-quote --trailing-comma --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
8+
"format": "prettier --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
99
"postinstall": "lerna bootstrap",
1010
"publish": "tasks/release.sh",
1111
"start": "node packages/react-scripts/scripts/start.js",

0 commit comments

Comments
 (0)