mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Make AGLint glob pattern quoted (#219879)
* correct aglint script quotes in package.json * fix for windows
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user