1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 20:13:42 +00:00

Cleanup src folder for web and move ts code into src/app per angular convention (#3127)

This commit is contained in:
Oscar Hinton
2022-07-25 15:13:54 +02:00
committed by GitHub
parent 5c57b5e663
commit 478de90d45
21 changed files with 59 additions and 63 deletions

View File

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