|
|
|
@ -14,7 +14,7 @@ |
|
|
|
"homepage": "https://bitwarden.com", |
|
|
|
"homepage": "https://bitwarden.com", |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"prepare": "husky install", |
|
|
|
"prepare": "husky install", |
|
|
|
"lint": "eslint . && prettier --check .", |
|
|
|
"lint": "eslint . || prettier --check .", |
|
|
|
"lint:fix": "eslint . --fix", |
|
|
|
"lint:fix": "eslint . --fix", |
|
|
|
"prettier": "prettier --write .", |
|
|
|
"prettier": "prettier --write .", |
|
|
|
"test": "jest", |
|
|
|
"test": "jest", |
|
|
|
|