-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Drop eslint
and prettier
from CI, update Contributor Covenant Code of Conduct
#8910
Conversation
- uses: ./.github/actions/ci-setup | ||
|
||
- name: TypeScript | ||
run: pnpm lint:types |
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 don't need to check typescript on Windows
e71d984
to
10183a3
Compare
The root |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit eedaf3e:
|
The linting tooling is not helping the productivity of this project at this time, and as the primary maintainer, I am finding myself spending more time fighting the "errors" than I want to be. As part of this pull request, I am removing any linting tooling as part of our continuous integration pipeline.
This pull request additionally bumps the Contributor Covenant Code of Conduct to version 2.1.
Lastly, this pull request uses
eslint --fix
to apply a number of project-wide rules.The rules have been applied atomically in their commits, to allow for easy commit verification and review if needed.
I'll still be using linting locally, so we can expect a return of an
.eslintrc
or similar in time, but I'll probably opt for something less opinionated.