From 3c151b9ebc03135e289aaf7fb91a147a5457bc3f Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Fri, 29 May 2020 17:14:16 -0400 Subject: [PATCH] Add yarn lint to make lint. Closes #1245 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b2dc95a8..1ea373cf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ lint: flake8 --ignore=E402,E501,E712,W503,E203,I002 --exclude=CTFd/uploads CTFd/ migrations/ tests/ + yarn lint black --check --exclude=CTFd/uploads --exclude=node_modules . prettier --check 'CTFd/themes/**/assets/**/*'