From f1dbb0558cebcca7f466c8a45f31dd1ec1a5aec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Kj=C3=A6r=20Damgaard?= Date: Wed, 26 May 2021 11:03:11 +0200 Subject: [PATCH] Change TSLint to ESLint in index.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I imagine you meant to write ESLint instead of TSLint here 👍 --- website/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/index.mdx b/website/pages/index.mdx index 4964f43a3..83f64f7b4 100644 --- a/website/pages/index.mdx +++ b/website/pages/index.mdx @@ -6,7 +6,7 @@ import Features from 'components/features'; Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between Rollup, Jest, tsconfig, Yarn resolutions, -TSLint, and getting VSCode to play nicely....there is just a whole lot +ESLint, and getting VSCode to play nicely....there is just a whole lot of stuff to do (and things to screw up). **TSDX is a zero-config CLI that helps you develop, test, and publish