From c5ed219a20429f6048951314402e3946202437f9 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 19 Jan 2020 11:37:22 +0900 Subject: [PATCH] * lint YAML files in subdirectories --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a333e2a..ac40fdd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "run-p lint:*", "lint:ts": "eslint ./src --ext .ts", "lint:md": "markdownlint . --ignore node_modules --ignore examples", - "lint:yaml": "yamllint .*.yml *.yml --ignore=node_modules/**/*.yml --ignore=node_modules/**/*.yaml", + "lint:yaml": "yamllint **/.*.yml **/*.yml --ignore=node_modules/**/*.yml --ignore=node_modules/**/*.yaml", "verify": "run-p lint" }, "repository": {