From 010a8ef86ca6e622a7ca0e2249e87f2f9763a314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 25 Jul 2020 21:49:06 +0100 Subject: [PATCH] fix(tests): pass --ext to eslint --- ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index 570daa4d8..6b6788db6 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -27,7 +27,7 @@ test-percy: node_modules/@storybook/react/bin/build.js .PHONY: lint-js lint-js: node_modules/eslint/bin/eslint.js - node_modules/eslint/bin/eslint.js --quiet 'src/**/*.{ts,tsx}' + node_modules/eslint/bin/eslint.js --ext .js,.jsx,.ts,.tsx src .PHONY: lint-git-ci lint-git-ci: node_modules/@commitlint/travis-cli/lib/cli.js