We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d13046 commit 122b93aCopy full SHA for 122b93a
eslint.config.mjs
@@ -56,7 +56,7 @@ const sharedRules = {
56
{
57
ignores: ['test', 'test.describe'],
58
// Lazily access constants.maintainedNodeVersions.
59
- version: constants.maintainedNodeVersions.last
+ version: constants.maintainedNodeVersions.current
60
}
61
],
62
'n/prefer-node-protocol': 'error',
0 commit comments