1
0
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:
Anders Åberg
2025-12-16 00:57:27 +01:00
parent 025a0c97b6
commit ea612a618c
2 changed files with 19 additions and 1 deletions

View File

@@ -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 .",