mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Integrate AGLint (#142529)
* Install and configre AGLint * Configure Dependabot * AGLint workflow * Send Slack notifications on failure * Badges * Simpler workflow name * Update AGLint to v1.0.10 * Delete .aglintrc.yml * Update aglint.yml * Update AGLint to v1.0.11 * Create .aglintrc.yaml
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@adguard/filters",
|
||||
"version": "1.0.0",
|
||||
"author": "AdGuard Software Ltd.",
|
||||
"license": "GPL-3.0-only",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/AdguardTeam/AdguardFilters.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/AdguardTeam/AdguardFilters/issues"
|
||||
},
|
||||
"homepage": "https://github.com/AdguardTeam/AdguardFilters#readme",
|
||||
"scripts": {
|
||||
"lint": "aglint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adguard/aglint": "1.0.11"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user