mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
chore(style): use eqeqeq
(#1013)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user