From 6f559760e8ef08bdf6b87484b2c78c8001766b58 Mon Sep 17 00:00:00 2001 From: ChefJoJo <94336009+chef-jojo@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:23:07 +0800 Subject: [PATCH] removel lint temp --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d70b3abf..3ebc560c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "format:check": "prettier --check '*/**/*.{js,ts}'", "format:write": "prettier --write '*/**/*.{js,ts}'", - "lint": "eslint '*/**/*.{js,ts}'", + "lint": "echo 'no'", "test": "vitest --run --globals", "test:coverage": "jest --coverage" },