fix: lint-staged formatting

This commit is contained in:
Cory Dransfeldt 2023-03-26 19:36:57 -07:00
parent 0791447aad
commit 94f15e97fe
No known key found for this signature in database

View file

@ -58,7 +58,7 @@
"npx prettier --write", "npx prettier --write",
"npx eslint --fix" "npx eslint --fix"
], ],
"**/*.{scss}": [ "**/*.scss": [
"npx prettier --write" "npx prettier --write"
] ]
} }