1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

Run prettier on *.ts files (#2257)

* Run prettier on *.ts files

* Add scss to prettier

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>

* Add all filetypes to prettier and ignore via .prettierignore

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
This commit is contained in:
Daniel James Smith
2022-01-06 14:57:04 +01:00
committed by GitHub
parent 756464c1e2
commit ca887c2291

View File

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