mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
chore(style): modify eslint rules (#1011)
* chore(style): use strict rules * chore: modify position * chore(style): warn about `console.log` and `==` * fix: fix `console.log` error * Update CropperDiv.js * Update HomePage.js Co-authored-by: Yang Luo <hsluoyz@qq.com>
This commit is contained in:
@ -207,6 +207,7 @@ class ForgetPage extends React.Component {
|
||||
hidden={this.state.current !== 0}
|
||||
ref={this.form}
|
||||
name="step1"
|
||||
// eslint-disable-next-line no-console
|
||||
onFinishFailed={(errorInfo) => console.log(errorInfo)}
|
||||
initialValues={{
|
||||
application: application.name,
|
||||
|
Reference in New Issue
Block a user