From b2761cc096768bd260f8d457c97c32039419404e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Est=C3=A9ban?= Date: Tue, 28 May 2024 00:58:03 +0200 Subject: [PATCH] chore: add lint fix script (#118) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a9291a71..4dfd517f 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "docs:build": "nuxi generate docs", "release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", + "lint:fix": "eslint . --fix", "test": "vitest run", "test:watch": "vitest watch" },