From ae228fe01799cc57fead55f77b21dd2619e3eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Tue, 15 May 2018 18:05:40 +0200 Subject: [PATCH] Add gatsby-starter-modern (#5427) --- docs/docs/gatsby-starters.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/docs/gatsby-starters.md b/docs/docs/gatsby-starters.md index 90f930c699072..113aeee34ff77 100644 --- a/docs/docs/gatsby-starters.md +++ b/docs/docs/gatsby-starters.md @@ -672,3 +672,19 @@ Community: * Google Analytics integration * Open Sans font using Google Fonts * Prerendered Open Graph tags for rich sharing + +* [gatsby-starter-modern](https://github.com/kripod/gatsby-starter-modern) + [(demo)](https://gatsby-starter-modern-demo.netlify.com/) + + Features: + + * Built on the upcoming version of Gatsby + * 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)