From 515ed82bd9674c7d21137704df8be8b9539d2a7d Mon Sep 17 00:00:00 2001 From: Cassidy Boilley Date: Fri, 10 May 2024 12:38:40 -0700 Subject: [PATCH] eslint onto github actions (#31) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d91790a..58f14d9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "next start", "lint": "next lint", "prepare": "husky", - "format": "prettier --write ." + "format": "eslint --fix . && prettier --write ." }, "lint-staged": { "**/*": [