Skip to content
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

Merged
merged 24 commits into from Nov 15, 2023

Conversation

dcousens
Copy link
Member

@dcousens dcousens commented Nov 14, 2023

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.

- uses: ./.github/actions/ci-setup

- name: TypeScript
run: pnpm lint:types
Copy link
Member Author

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

@dcousens
Copy link
Member Author

The root babel.config.js is used by preconstruct, that has been restored

Copy link

codesandbox-ci bot commented Nov 14, 2023

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:

Sandbox Source
@keystone-6/sandbox Configuration

@dcousens dcousens self-assigned this Nov 15, 2023
.gitignore Show resolved Hide resolved
@dcousens dcousens merged commit eca148b into main Nov 15, 2023
58 checks passed
@dcousens dcousens deleted the no-eslint branch November 15, 2023 01:33
@dcousens dcousens mentioned this pull request Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants