denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.53k stars 172 forks source link

Rule semiColons for Deno lint #1216

Closed sebastiandotdev closed 10 months ago

sebastiandotdev commented 10 months ago

Hello team Deno,

Is there some configuration so that the Deno linter marks the use of semicolons as something not viable for the code? I was on the Deno lint site but couldn't find a similar rule.

Thank you for read 🦕.

bartlomieju commented 10 months ago

No, there's no such rule. There's a configuration in deno fmt to decide if you want semicolons or not: https://docs.deno.com/runtime/manual/tools/formatter#configuration