1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-28 07:49:41 +01:00

Add all filetypes to prettier and ignore via .prettierignore (#1373)

This commit is contained in:
Daniel James Smith 2022-01-06 15:13:29 +01:00 committed by GitHub
parent d066e0586a
commit 6603521d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,6 @@
"npm": "~8"
},
"lint-staged": {
"*.{js,ts,css,scss,md}": "prettier --write"
"*": "prettier --write"
}
}