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

Add more opinionated eslint rules, update to Node 18 #239

Merged
merged 18 commits into from
Aug 22, 2023

Conversation

garrettjstevens
Copy link
Contributor

This enables the recommended rules from eslint-plugin-unicorn (and then disables a few that don't work with our setup).

These rules are a bit more opinionated, but I think they result in more consistent and easy-to-read code. Some of the rules correct to syntax not available in Node 16, but since it's close to EOL anyway, this updates everything to use a minimum of Node 18.

This PR also enables one more opinionated rule that's not part of unicorn, eslint-plugin-sort-destructure-keys.

@garrettjstevens garrettjstevens self-assigned this Jul 25, 2023
Base automatically changed from update_devdeps_july_2023 to main July 26, 2023 03:43
@garrettjstevens garrettjstevens merged commit 2840447 into main Aug 22, 2023
2 checks passed
@garrettjstevens garrettjstevens deleted the add_unicorn_eslint branch August 22, 2023 23:01
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.

1 participant