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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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