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

chore: Upgrade linting #178

Merged
merged 6 commits into from
Jul 19, 2022
Merged

chore: Upgrade linting #178

merged 6 commits into from
Jul 19, 2022

Conversation

btmills
Copy link
Member

@btmills btmills commented Jul 16, 2022

Alternative to dependabot's automatic eslint upgrade in #157. I upgraded to the latest eslint, eslint-config-eslint, and eslint-config-node. I upgraded to the last version of lint-staged that still supports Node 12 so this is still a semver-patch change.

Review this one commit at a time. I separated out fixes for each new category of lint report into individual commits.

I verified that the only call site in
`src/plugins/commit-message/index.js` line 144 provides all three
positional arguments. Since this is a private function, removing these
defaults can be done in a semver-patch change.
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. In general, we don’t need to care too much about semver for the bot since we don’t publish a package.

@nzakas nzakas merged commit 085a46a into main Jul 19, 2022
@nzakas nzakas deleted the chore-upgrade-eslint branch July 19, 2022 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants