denoland / deno_lint

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

fix(breaking): remove rule no-extra-semi #1183

Closed rotu closed 10 months ago

rotu commented 11 months ago

This rule is a formatter concern, not a linter one. Fixes #1033

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

rotu commented 11 months ago

Fixes https://github.com/denoland/deno/issues/20078