Skip to content

Commit

Permalink
Improve fmt and lint configs
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Dec 20, 2024
1 parent e58330e commit 47711f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"jsxImportSource": "react"
},
"lint": {
"exclude": ["embed.json"],
"rules": {
"include": ["verbatim-module-syntax"]
}
},
"fmt": {
"exclude": ["embed.json", "data"]
"exclude": ["data"]
},
"lock": {
"frozen": true
Expand Down

0 comments on commit 47711f0

Please sign in to comment.