Skip to content

Commit

Permalink
Prefer deny-list style of lint targets
Browse files Browse the repository at this point in the history
Imported from #556
  • Loading branch information
kachick committed Aug 28, 2023
1 parent 7cba696 commit 84eb7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lint": {
// Intentionally avoided to specify `**/*.js` for faster execution even in having exclude...
"include": ["*.ts", "src/", "__tests__/", "scripts/"],
"include": ["."],
"exclude": ["dist/", "node_modules/"],
"rules": {
"tags": ["recommended"]
}
Expand Down

0 comments on commit 84eb7ea

Please sign in to comment.