Skip to content

Commit 21a7042

Browse files
committed
Order nit
1 parent ba3ffb2 commit 21a7042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ const sharedRulesForNode = {
133133
'error',
134134
{
135135
ignores: [
136+
'fetch',
136137
'fs.promises.cp',
137138
'module.enableCompileCache',
138139
'readline/promises',
139140
'test',
140141
'test.describe',
141-
'fetch',
142142
],
143143
// Lazily access constants.maintainedNodeVersions.
144144
version: constants.maintainedNodeVersions.current,

0 commit comments

Comments
 (0)