-
It seems for now can not auto formatter, what if only check "ye or no" before commit? |
Beta Was this translation helpful? Give feedback.
Answered by
Boshen
Dec 14, 2023
Replies: 1 comment 2 replies
-
It's easiest to create a export default {
"**/*.{ts,js,mjs}": () => "oxlint ."
} This will lint the whole project. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adoin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's easiest to create a
lint-staged.config.mjs
:This will lint the whole project.