mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +01:00
Add all filetypes to prettier and ignore via .prettierignore (#1373)
This commit is contained in:
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user