Make AGLint glob pattern quoted (#219879)

* correct aglint script quotes in package.json

* fix for windows
This commit is contained in:
David
2025-12-11 17:31:15 +01:00
committed by GitHub
parent 2b1be05cd9
commit e6988ebe91

View File

@@ -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"