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.52k stars 191 forks source link

feature request: add DOM types to builtin symbol list #1216

Closed vegerot closed 3 months ago

vegerot commented 4 months ago

quick-lint doesn't know of the DOM types from TypeScript's dom.d.ts, causing me to get false-positive squiggles

image

It'd be nice if quick-lint knew all of these types so I wouldn't have to manually add them to my quick-lint config file

strager commented 3 months ago

Fixed in Git commit 456e77433dc3464eeb2422f908096e2255897027. If there are any other types I missed, let me know.