Skip to content

Commit

Permalink
Add gatsby-starter-strict (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod authored and KyleAMathews committed Jan 22, 2018
1 parent c870eee commit 1312103
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 1312103

Please sign in to comment.