remove lint error for == and !=
This commit is contained in:
parent
a59efb2583
commit
09a4829bef
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class Editor extends React.Component {
|
|||
}
|
||||
}, 2000),
|
||||
options: {
|
||||
asi: true
|
||||
asi: true,
|
||||
eqeqeq: false
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue