Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
disable no-extra-semi lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Nov 12, 2022
1 parent 4ad2633 commit f1d9b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"no-empty-interface",
"no-explicit-any",
"no-namespace",
"no-empty"
"no-empty",
"no-extra-semi"
],
"tags": ["recommended"]
}
Expand Down

0 comments on commit f1d9b4e

Please sign in to comment.