mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Added a pre-commit hook that runs AGLint and validates filters.
Also, updated the documentation to explain how to set up the repo properly.
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/AdguardTeam/AdguardFilters#readme",
|
||||
"scripts": {
|
||||
"lint": "aglint"
|
||||
"lint": "aglint",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adguard/aglint": "1.0.11"
|
||||
"@adguard/aglint": "1.0.11",
|
||||
"husky": "^8.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user