less / less.js

Less. The dynamic stylesheet language.
http://lesscss.org
Apache License 2.0
17.02k stars 3.41k forks source link

chore: fix elisnt rules no-eq-null #3632

Closed iChenLei closed 3 years ago

iChenLei commented 3 years ago

ESLint warning fix is a progressive work, this PR is first step, just fix no-eq-null rules. If CI passed, we can merge it. I think it's a safe change(~maybe 😄 ) /cc @matthew-dean

https://eslint.org/docs/rules/no-eq-null

iChenLei commented 3 years ago

Not safe, need investigation.