From 1398e1bb62f3520ed71b9f2a3889c47d4034b973 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 8 Feb 2023 19:27:37 +0100 Subject: [PATCH] Change linter config --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ee0f83..3f39ebb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "example:preview": "vite preview example --port 4173", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore", + "reformat": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "keywords": [], "author": "", -- GitLab