Skip to content

Commit a17353c

Browse files
author
GatsbyJS Bot
committed
fix(starters): Format all the supported files (#16238)
1 parent 1a26904 commit a17353c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.prettierignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.cache
2+
package.json
3+
package-lock.json
4+
public

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"build": "gatsby build",
3030
"develop": "gatsby develop",
31-
"format": "prettier --write src/**/*.{js,jsx}",
31+
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
3232
"start": "npm run develop",
3333
"serve": "gatsby serve",
3434
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""

0 commit comments

Comments
 (0)