From 05d7e5c145324cb1e831d3b36111d6a69d99bddb Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Thu, 3 Dec 2020 12:06:14 -0500 Subject: [PATCH] lint with typescript as well --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a29af35..2b35d3c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "lint:eslint": "eslint", "lint:prettier": "cross-env prettier -c '**/*.{ts,tsx,css,yml,yaml,md,json,js,jsx,sh,gitignore,mdx}'", "lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'", + "lint:types": "tsc --noEmit", "now-build": "run-s storybook:build", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook",