mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 01:53:55 +00:00
Change eslint settings to error instead of warn (#3128)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user