eslint: enable recommended ruleset#3263
Conversation
Also delete tests which have not been enabled since 2017.
|
@brianc is there anything I can do to help get this PR considered for review? |
charmander
left a comment
There was a problem hiding this comment.
I’d merge this if it were just the ESLint rule. Don’t want to combine two unrelated changes.
Thanks for the feedback. I've reverted the unrelated changes. |
|
Oh, I see there are no code changes associated with this. How about applying the entire ESLint recommended configuration, then? |
I've done this, and updated the PR title to reflect the change. Eslint's ECMAScript version is bumped to 2020 as this was required to support node-postgres/.github/workflows/ci.yml Lines 40 to 45 in a9fd34f It's picked up some obvious errors, and some stuff which is more debatable. |
There was a problem hiding this comment.
(note for other readers: the difference is a zero-width space after “SHA-256”)
You can define |
Any thoughts on what to do with the existing |
This hid the error fixed in brianc#3263, for example.
No description provided.