From 93f24f7e6d0d091205a55801afe80e6e5afde911 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 26 Jun 2020 19:45:29 -0500 Subject: [PATCH] Add other javascript style files for eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 518e05c9..e50ee667 100644 --- a/package.json +++ b/package.json @@ -10,7 +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", + "eslint": "eslint . --ext .ts,.js,.es6", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" },