Skip to content

Commit

Permalink
chore: change lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Sep 18, 2024
1 parent a9f0858 commit 094f19b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"version": "2.3.0",
"exports": "./mod.ts",
"lint": {
"files": {
"include": ["src/"],
"exclude": ["node_modules/", "./**/*.test.ts"]
},
"include": ["src/"],
"exclude": ["node_modules/", "./**/*.test.ts"],
"rules": {
"tags": ["recommended"],
"include": ["ban-untagged-todo"],
Expand Down

0 comments on commit 094f19b

Please sign in to comment.