Skip to content

Commit

Permalink
exclude fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Mar 20, 2024
1 parent 71a8d9e commit aeceb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"fmt": {
"semiColons": false,
"singleQuote": true
"singleQuote": true,
"exclude": ["npm", "coverage"]
}
}

0 comments on commit aeceb2d

Please sign in to comment.