chore(style): use eqeqeq (#1013)

This commit is contained in:
q1anx1
2022-08-13 11:23:16 +08:00
committed by GitHub
parent 108fdc174f
commit ca13247572
5 changed files with 8 additions and 9 deletions

View File

@ -89,9 +89,8 @@
"no-unused-vars": "off",
"react/no-deprecated": "error",
"react/jsx-key": "error",
// TODO(qianxi): should be error
"no-console": "error",
"eqeqeq": "warn",
"eqeqeq": "error",
"react/prop-types": "off",
"react/display-name": "off",