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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user