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

Update lints ahead of #1462, so that #1462's diff is smaller #1474

Merged
merged 7 commits into from Oct 29, 2023

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Oct 29, 2023

Extracts lint dependency updates from #1462 to reduce #1462's diff.

This may cause conflicts, but they'd only be in the package.jsons or lockfile.

Also, notes were added to the .eslintrc.cjs' that would re-enable lints that are known to be fixed in #1462, as the updated lint dependencies made some things more strict.

Something I noticed is that there is a difference in expected behavior with
lints, and turbo's usage in this repo.

mainly every way of doing:

pnpm turbo test:lint --filter @glimmer/syntax

(for any package)
fails without eslint being in each package.json

So eslint has been added to every package.

Also, due to: actions/setup-node#865

I've forced node 20 in ci

@NullVoxPopuli NullVoxPopuli mentioned this pull request Oct 29, 2023
@NullVoxPopuli NullVoxPopuli merged commit a5f861a into master Oct 29, 2023
5 checks passed
@NullVoxPopuli NullVoxPopuli deleted the update-lint-dependencies branch October 29, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant