Skip to content

Commit

Permalink
Exclude some linting rules to have cleaner diagnostics while coding
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Nov 21, 2023
1 parent 246e0d7 commit 001d25b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
"build-npm": "deno run -A scripts/build-npm.ts",
"docs": "deno doc --html --name='domain-functions' ./mod.ts"
}
"lint": {
"include": ["src/"],
"rules": {
"exclude": ["no-explicit-any", "ban-types"]
}
}
}

0 comments on commit 001d25b

Please sign in to comment.