From e6988ebe919dff49cc556b8be9d2b99105476499 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 11 Dec 2025 17:31:15 +0100 Subject: [PATCH] Make AGLint glob pattern quoted (#219879) * correct aglint script quotes in package.json * fix for windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 636545498e8..1469ee41ce9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "homepage": "https://github.com/AdguardTeam/AdguardFilters#readme", "scripts": { - "aglint": "aglint --cache --cache-location .aglintcache --cache-strategy content **/*.txt", + "aglint": "aglint --cache --cache-location .aglintcache --cache-strategy content \"**/*.txt\"", "markdownlint": "markdownlint .", "lint": "npm run aglint && npm run markdownlint", "prepare": "node .husky/install.js"