mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Migrate from Yarn to npm package manager and update AGLint to v3 (#205942)
* migrate from Yarn to npm package manager and update dependencies * update CODEOWNERS file with new ownership assignments and reorder entries
This commit is contained in:
13
package.json
13
package.json
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"name": "@adguard/filters",
|
||||
"version": "1.0.0",
|
||||
"author": "AdGuard Software Ltd.",
|
||||
"license": "GPL-3.0-only",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/AdguardTeam/AdguardFilters.git"
|
||||
@@ -12,15 +15,17 @@
|
||||
},
|
||||
"homepage": "https://github.com/AdguardTeam/AdguardFilters#readme",
|
||||
"scripts": {
|
||||
"lint": "aglint",
|
||||
"prepare": "node .husky/install.mjs"
|
||||
"aglint": "aglint",
|
||||
"markdownlint": "markdownlint .",
|
||||
"lint": "npm run aglint && npm run markdownlint",
|
||||
"prepare": "node .husky/install.js"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.txt": "aglint",
|
||||
"*.md": "markdownlint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@adguard/aglint": "2.1.5",
|
||||
"@adguard/aglint": "3.0.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.0.0",
|
||||
"markdownlint": "^0.38.0",
|
||||
|
||||
Reference in New Issue
Block a user