quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.54k stars 192 forks source link

TypeScript mod to disable overlapping rules #1151

Open strager opened 10 months ago

strager commented 10 months ago

We should add an option in editors to disable the TypeScript checks that quick-lint-js also diagnoses.

Perhaps this could be implemented by quick-lint-js's LSP server delegating to TypeScript (gross), or by modifying TypeScript itself (hard to convince).