Skip to content

Commit

Permalink
Exclude no-slow-types lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Apr 17, 2024
1 parent fe47c0c commit 4407397
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
],
"exclude": [
"**/.secrets/*"
]
],
"rules": {
"exclude": ["no-slow-types"]
}
}
}

0 comments on commit 4407397

Please sign in to comment.