[ESLint] Enable != for comparing null
Created by: xixixao
!= null is the correct and safer way to compare against optional values. I suggest we configure ESLint with ["warn", "always", {"null": "ignore"}].
Created by: xixixao
!= null is the correct and safer way to compare against optional values. I suggest we configure ESLint with ["warn", "always", {"null": "ignore"}].