mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Husky v9 (#171886)
* Update Husky to v9 * Update lint-staged * Backward compatibility with Husky 8
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
"homepage": "https://github.com/AdguardTeam/AdguardFilters#readme",
|
||||
"scripts": {
|
||||
"lint": "aglint",
|
||||
"prepare": "husky install"
|
||||
"prepare": "node .husky/install.mjs"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.txt": "aglint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adguard/aglint": "^2.0.8",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^15.2.0"
|
||||
"husky": "^9.0.7",
|
||||
"lint-staged": "^15.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user