From 2451541d7d08791b15787cb94eaa28cbe7bfd230 Mon Sep 17 00:00:00 2001 From: "Haytham A. Salama" Date: Tue, 27 Jun 2023 23:20:25 +0300 Subject: [PATCH] chore: add `lint:fix` command (#347) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8037af2c..948d72e7 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dev": "nuxi dev docs", "build:docs": "nuxi generate docs", "lint": "eslint .", + "lint:fix": "eslint . --fix", "typecheck": "nuxi typecheck", "prepare": "nuxi prepare docs", "release": "release-it"