Skip to content

Commit 0eab741

Browse files
authored
Allow fetched under eslint rules (#626)
1 parent 8ba4ceb commit 0eab741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const sharedRulesForNode = {
138138
'readline/promises',
139139
'test',
140140
'test.describe',
141+
'fetch',
141142
],
142143
// Lazily access constants.maintainedNodeVersions.
143144
version: constants.maintainedNodeVersions.current,

0 commit comments

Comments
 (0)