-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup tools #1756
Cleanup tools #1756
Conversation
*/ | ||
const filenamesToAjvOption = (filenames) => filenames.map((filename) => `-d ${filename}`).join(' '); | ||
|
||
/** @satisfies {import('lint-staged').Config} */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should run eslint and typecheck here as well IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this PR is merged, I will submit a separate PR related to ESLint. How about we handle it together at that time?
7285420
to
d508672
Compare
36666d8
to
db19681
Compare
8222406
to
7f0f2b3
Compare
7f0f2b3
to
3bd52fa
Compare
What is the purpose of this pull request?
Description
I haven't applied formatting yet to make it easier to view the diff. If you agree with this PR, I can also include formatting in the commit.
Before Submitting