From 945a2a5e661d6eecbf28d6a5c019df955b28c985 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 1 Jan 2025 02:28:59 +0900 Subject: [PATCH] exclude eslint from update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9970f6c9..b390eafb 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "lint:ts": "eslint ./src ./test --ext .ts", "lint:md": "markdownlint . --ignore ./node_modules --ignore ./**/node_modules", "lint:yaml": "yamllint {,.github/{,**/}}*.{yml,yaml}", - "check-updates": "ncu" + "check-updates": "ncu -x eslint" }, "devDependencies": { "@babel/cli": "7.26.4",