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

20$: implement ESLint's no-constant-binary-expression rule #1103

Open strager opened 12 months ago

strager commented 12 months ago

The no-constant-binary-expression ESLint rule looks interesting: https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/

I think quick-lint-js already catches a few of these, but we could catch more.