Skip to content

Commit 1312103

Browse files
kripodKyleAMathews
authored andcommitted
Add gatsby-starter-strict (#3645)
1 parent c870eee commit 1312103

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/docs/gatsby-starters.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,18 @@ Community:
376376
* Offline support.
377377
* Google Analytics support.
378378
* Disqus Comments support.
379-
379+
380+
* [gatsby-starter-strict](https://github.com/kripod/gatsby-starter-strict)
381+
[(demo)](https://gatsby-starter-strict.netlify.com)
382+
383+
Features:
384+
385+
* A set of strict linting rules (based on the [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript))
386+
* `lint` script
387+
* Encourage automatic code formatting
388+
* `format` script
389+
* Prefer using [Yarn](https://yarnpkg.com) for package management
390+
* Use [EditorConfig](http://editorconfig.org) to maintain consistent coding styles between different editors and IDEs
391+
* Integration with [Visual Studio Code](https://code.visualstudio.com)
392+
* Pre-configured auto-formatting on file save
393+
* Based on [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default)

0 commit comments

Comments
 (0)