From af5d3c5fb7a40c3b7b8902fc84a488fd1dcf5a46 Mon Sep 17 00:00:00 2001 From: aoito Date: Thu, 29 Aug 2024 00:38:16 +0900 Subject: [PATCH] fix: update markdown and text lint paths to target articles directory --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4710d36..ee50d92 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "article": "zenn new:article", "book": "zenn new:book", "update": "yarn add -D zenn-cli@latest", - "lint:markdown": "markdownlint-cli2 \"**/*.md\"", - "lint:text": "textlint \"**/*.md\"", + "lint:markdown": "markdownlint-cli2 \"articles/*.md\"", + "lint:text": "textlint \"articles/*.md\"", "lint:prettier": "prettier --ignore-path .prettierignore --check .", "lint:cspell": "cspell \"**\" .", "prepare": "husky install"