Resolve source files for fonts, remove hack (#5454)

* Resolve source files for fonts, remove hack

* Prettier

* Prettier, add to hook

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
This commit is contained in:
Eric Bailey
2024-09-23 10:35:07 -05:00
committed by GitHub
parent 87d601e68d
commit 5e333d4dfc
3 changed files with 15 additions and 52 deletions
+3 -1
View File
@@ -338,7 +338,9 @@
},
"lint-staged": {
"*{.js,.jsx,.ts,.tsx}": [
"eslint --cache --fix",
"eslint --cache --fix"
],
"*{.js,.jsx,.ts,.tsx,.css}": [
"prettier --cache --write --ignore-unknown"
]
}