From 99ffe4d04a2fe84ba5ec83b38bc0b86c1ea333d4 Mon Sep 17 00:00:00 2001 From: Julian Keck <julian.keck9@kit.edu> Date: Thu, 9 Jan 2025 17:00:04 +0100 Subject: [PATCH] UPD: only run eslint on code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76dfe0733..6596ca8e2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build-only": "vite build", "type-check-ci": "vue-tsc -p ./tsconfig.json --strict", "type-check": "vue-tsc --build --force", - "lint": "eslint --fix ." + "lint": "eslint --fix src/ tests/ nightwatch/" }, "dependencies": { "@radix-icons/vue": "^1.0.0", -- GitLab