1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

Don't use oxlint --fix yet.

This commit is contained in:
Anders Åberg
2025-12-12 15:40:31 +01:00
parent e2e25fc574
commit 9728804686

View File

@@ -17,7 +17,7 @@
"oxlint": "oxlint",
"oxlint:types": "oxlint --type-aware",
"lint": "oxlint && eslint . --cache --cache-strategy content && prettier --check .",
"lint:fix": "oxlint --fix && eslint . --cache --cache-strategy content --fix",
"lint:fix": "eslint . --cache --cache-strategy content --fix",
"lint:clear": "rimraf .eslintcache",
"prettier": "prettier --cache --write .",
"test": "jest",