Bump eslint-config-babel and fix lint (#5129)

This commit is contained in:
Brian Ng
2017-01-17 03:51:16 -06:00
committed by Daniel Tschinder
parent 2457c8ee14
commit 8c35b320d3
20 changed files with 31 additions and 31 deletions

View File

@@ -50,7 +50,7 @@ export default function ({ types: t }) {
: null;
const fileNameIdentifier = path.scope.generateUidIdentifier(FILE_NAME_VAR);
path.hub.file.scope.push({id: fileNameIdentifier, init: t.stringLiteral(fileName)});
path.hub.file.scope.push({ id: fileNameIdentifier, init: t.stringLiteral(fileName) });
state.fileNameIdentifier = fileNameIdentifier;
}