1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-21 11:53:34 +00:00

Add Rust pre-commit hooks for desktop native (#17823)

This commit is contained in:
neuronull
2026-01-15 06:50:47 -08:00
committed by GitHub
parent d1be3b65f7
commit 6ef5241c29
11 changed files with 76 additions and 61 deletions

View File

@@ -221,10 +221,6 @@
"react-dom": "18.3.1",
"@types/react": "18.3.27"
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",
"*.ts": "eslint --cache --cache-strategy content --fix"
},
"engines": {
"node": ">=22.12.0",
"npm": "~10"