1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00: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

View File

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