Lombiq / NodeJs-Extensions

Utilities and extensions for Node.js, used in ASP.NET (Core) MVC and Orchard (Core) CMS development.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Add the 'no-constant-binary-expression' rule to .eslintrc.lombiq-base.js (OSOE-721) #84

Closed BenedekFarkas closed 7 months ago

BenedekFarkas commented 8 months ago

See Interesting bugs caught by no-constant-binary-expression.

Jira issue

Piedone commented 8 months ago

We should have this as all the others as warnings by default (locally you can prototype whatever code you like), and that'll be an error in the CI build.

BenedekFarkas commented 8 months ago

Gotcha, updated the description.