Skip to content

Commit

Permalink
update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jul 5, 2024
1 parent bcb1cdd commit 3c280e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/eslint.config_partial.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,11 @@ export default [
},
{
files: [
'lib/internal/http2/*.js',
'lib/_http_*.js',
'lib/http.js',
'lib/http2.js',
'lib/internal/http.js',
'lib/internal/http2/*.js',
],
rules: {
'no-restricted-syntax': [
Expand Down

0 comments on commit 3c280e0

Please sign in to comment.