fix(starters): Format all the supported files (#16238)

This commit is contained in:
GatsbyJS Bot
2019-08-06 12:56:35 +00:00
parent eefd512ac1
commit 566cc5dc18
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
.cache
package.json
package-lock.json
public
+1 -1
View File
@@ -7,7 +7,7 @@
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby build",
"develop": "gatsby develop", "develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}", "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop", "start": "npm run develop",
"serve": "gatsby serve", "serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"" "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""