From 6932085d7ca452e8c081ea709d8994fcb0246e27 Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Tue, 7 Jun 2016 14:59:29 -0700 Subject: add eslint, remove jscs/jshint --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9ca369..701f27d 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,7 @@ clean: rm -rf tmp/ lint: - jshint $(LINT_FILES) - jscs $(LINT_FILES) + eslint $(LINT_FILES) # Compile the ES6 modules to singular bundles, and individual bundles build-bundle: build-modules $(UMD_BUNDLE) $(CJS_BUNDLE) -- cgit v1.2.1