mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 09:03:28 +00:00
Try running with eslint and prettier caching
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"homepage": "https://bitwarden.com",
|
||||
"scripts": {
|
||||
"prepare": "husky",
|
||||
"lint": "eslint . --cache --cache-strategy content && prettier --check .",
|
||||
"lint": "eslint . --cache --cache-strategy content && prettier --cache --check .",
|
||||
"lint:fix": "eslint . --cache --cache-strategy content --fix",
|
||||
"lint:clear": "rimraf .eslintcache",
|
||||
"prettier": "prettier --cache --write .",
|
||||
|
||||
Reference in New Issue
Block a user