remove lint error for == and !=

This commit is contained in:
Cassie Tarakajian 2017-01-29 13:29:17 -05:00
parent a59efb2583
commit 09a4829bef
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ class Editor extends React.Component {
} }
}, 2000), }, 2000),
options: { options: {
asi: true asi: true,
eqeqeq: false
} }
} }
}); });