Skip to content

Commit

Permalink
Add gatsby-starter-strict (gatsbyjs#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod authored and jastack committed Jan 24, 2018
1 parent 3f0fd1f commit 414d0bd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/docs/gatsby-starters.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,18 @@ Community:
* Offline support.
* Google Analytics support.
* Disqus Comments support.


* [gatsby-starter-strict](https://github.com/kripod/gatsby-starter-strict)
[(demo)](https://gatsby-starter-strict.netlify.com)

Features:

* A set of strict linting rules (based on the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript))
* `lint` script
* Encourage automatic code formatting
* `format` script
* Prefer using [Yarn](https://yarnpkg.com) for package management
* Use [EditorConfig](http://editorconfig.org) to maintain consistent coding styles between different editors and IDEs
* Integration with [Visual Studio Code](https://code.visualstudio.com)
* Pre-configured auto-formatting on file save
* Based on [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default)

0 comments on commit 414d0bd

Please sign in to comment.