From 8b59ad7f0fa57864e13ecb62c39098fed264cb5c Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 26 Jun 2020 18:21:35 -0500 Subject: [PATCH] Add eslint to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f137be97..81c0414d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "ci-build-all": "script/compile-assets.sh && yarn build", "test": "rake -v spec && yarn build && yarn jest", "jest": "jest", + "eslint": "eslint . --ext .ts", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" },