From e034605e1c3ea47882dbf670c2eb1fb3ce3572fa Mon Sep 17 00:00:00 2001 From: RobertoMSousa Date: Mon, 17 Jun 2019 13:39:06 +0100 Subject: [PATCH] chore(starters): add gatsby-typescript-starter-default (#14824) --- docs/starters.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/starters.yml b/docs/starters.yml index 00cf2721cdcac..9ea364a289fea 100644 --- a/docs/starters.yml +++ b/docs/starters.yml @@ -3021,3 +3021,15 @@ - ESLint + optional rule enforcement with Husky - Prettier - Netlify ready +- url: https://gatsby-typescript-starter-default.netlify.com/ + repo: https://github.com/RobertoMSousa/gatsby-typescript-starter-default + description: Simple gatsby starter using typescript and eslint instead of outdated tslint. + tags: + - TypeScript + - SEO + - Linting + features: + - Comes with React Helmet for adding site meta tags + - Includes plugins for offline support out of the box + - TypeScript + - Prettier & eslint to format & check the code