aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46e7e0b2e..6d0bacbbc 100644
--- a/Makefile
+++ b/Makefile
@@ -82,4 +82,4 @@ rollup: tsc
.PHONY: lint
lint:
- ./node_modules/.bin/eslint 'src/**/*' --ext '.js,.ts,.tsx'
+ ./node_modules/.bin/eslint --ext '.js,.ts,.tsx' 'src'