Compare commits

...

1 Commits

Author SHA1 Message Date
Vinícius Lourenço
8554af8b00 fix(lint-staged): run format for css files & parallel tsgo check 2026-05-06 16:45:25 -03:00

View File

@@ -239,10 +239,12 @@
},
"lint-staged": {
"*.(js|jsx|ts|tsx)": [
"oxlint --fix",
"oxfmt --write",
"sh -c tsgo --noEmit"
],
"*.(js|jsx|ts|tsx|scss|css)": [
"oxlint --fix --quiet --no-error-on-unmatched-pattern",
"oxfmt --write"
],
"*.(scss|css)": [
"stylelint"
]