Skip to content

Commit

Permalink
temporarily exclude transport-node from linting/fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jul 8, 2024
1 parent 975c906 commit e8fdd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"fmt": {
"include": ["transport-deno/", "bin/", "core/", "debug/", "jetstream/", "kv/", "obj/", "services/", "*.md"],
"exclude": ["*/lib", "*/build", "docs/"]
"exclude": ["*/lib", "*/build", "docs/", "transport-node/"]
},
"lint": {
"exclude": ["*/lib", "*/build", "docs/"]
"exclude": ["*/lib", "*/build", "docs/", "transport-node/"]
},
"scopes": {
"*": {
Expand Down

0 comments on commit e8fdd60

Please sign in to comment.