feat(starters): Add .prettierrc to starters (#11786)

* feature(prettier): Add .prettierrc to starters

* Add format script and prettier and prettier as a dev dependency

* Move format script up after develop

* feature(prettier): Add .prettierrc to starters

* Add format script and prettier and prettier as a dev dependency

* Move format script up after develop

* Add .prettierrc to filetree on README files of all starters

* Remove duplication of devDependencies on hello-world starter
This commit is contained in:
GatsbyJS Bot
2019-02-22 21:44:16 +00:00
parent 2745adb95c
commit 0fcda46499
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js