mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Add all filetypes to prettier and ignore via .prettierignore (#1373)
This commit is contained in:
committed by
GitHub
parent
d066e0586a
commit
6603521d88
@@ -101,6 +101,6 @@
|
|||||||
"npm": "~8"
|
"npm": "~8"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,css,scss,md}": "prettier --write"
|
"*": "prettier --write"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user