chore: Enable eqeqeq rule in eslint (#9541)

This commit is contained in:
Daniel Tschinder
2019-02-18 21:16:42 -08:00
committed by GitHub
parent a1ea765b95
commit b78fdc0cb1
3 changed files with 5 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ export default declare((api, options) => {
ReferencedIdentifier(path, state) {
if (
path.node.name == "__moduleName" &&
path.node.name === "__moduleName" &&
!path.scope.hasBinding("__moduleName")
) {
path.replaceWith(