Skip to content

Commit 3c280e0

Browse files
committed
update linter config
1 parent bcb1cdd commit 3c280e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/eslint.config_partial.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,11 @@ export default [
491491
},
492492
{
493493
files: [
494-
'lib/internal/http2/*.js',
494+
'lib/_http_*.js',
495+
'lib/http.js',
495496
'lib/http2.js',
497+
'lib/internal/http.js',
498+
'lib/internal/http2/*.js',
496499
],
497500
rules: {
498501
'no-restricted-syntax': [

0 commit comments

Comments
 (0)