From e8b74d3db57b5de7e3749b2d2b79262fff770468 Mon Sep 17 00:00:00 2001 From: Saneef Ansari Date: Mon, 23 Oct 2023 02:32:47 +0530 Subject: [PATCH] chore(lint): adds back npm run script lint --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 23d6cf9..f5256f9 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "git+https://github.com:saneef/eleventy-plugin-img2picture.git" }, "scripts": { + "lint": "eslint lib/**/*.js tests/**/*.js", "test": "ava --timeout 1m --no-worker-threads", "prepare": "husky install" },