1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 23:00:01 +02:00

Refactor package.json: Add prettier and lint scripts

This commit is contained in:
mauro-balades 2024-09-07 22:09:50 +02:00
parent 7bfe75b859
commit 1eca3d893f
2 changed files with 2008 additions and 1 deletions

2002
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,9 @@
"package": "surfer package",
"update-ff": "python3 scripts/update_ff.py",
"update-ff:raw": "surfer update",
"update-newtab": "python3 scripts/update_newtab.py"
"update-newtab": "python3 scripts/update_newtab.py",
"pretty": "prettier . --write",
"lint": "npx prettier . --check"
},
"repository": {
"type": "git",
@ -28,5 +30,8 @@
"homepage": "https://github.com/zen-browser/core#readme",
"dependencies": {
"@zen-browser/surfer": "^1.3.13"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}