mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-10 20:22:58 -05:00
add Prettier to workflow 🎀 (#128)
* prettier init
* prettier ignore
* run on everything 😬
* add prettier check script
* update deps
* Update .prettierignore
This commit is contained in:
22
.prettierignore
Normal file
22
.prettierignore
Normal file
@@ -0,0 +1,22 @@
|
||||
# Hugo stuff that doesn't play well with Prettier
|
||||
assets/vendor/
|
||||
assets/sass/main.scss
|
||||
layouts/
|
||||
static/
|
||||
|
||||
# output from Hugo
|
||||
public/
|
||||
builds/
|
||||
resources/
|
||||
_vendor/
|
||||
|
||||
# dotfiles/config
|
||||
.*
|
||||
postcss.config.js
|
||||
|
||||
# miscellaneous
|
||||
.github/
|
||||
.lighthouseci/
|
||||
.netlify/
|
||||
.vscode/
|
||||
LICENSE.md
|
||||
Reference in New Issue
Block a user