Skip to content

Commit

Permalink
Add lint targets all *.ts as tests and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 26, 2023
1 parent 3a36980 commit cef91b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lint": {
"include": ["*.ts", "*.js", "src/"],
// Intentionally avoided to specify `**/*.js` for faster execution even in having exclude...
"include": ["**/*.ts"],
"exclude": ["elm-stuff/", "node_modules/"],
"rules": {
"tags": ["recommended"]
}
Expand Down

0 comments on commit cef91b7

Please sign in to comment.