Update eslint-config-babel to the latest version 🚀 (#299)

* chore(package): update eslint-config-babel to version 6.0.0

https://greenkeeper.io/

* Fix linting
This commit is contained in:
greenkeeper[bot]
2017-01-15 11:12:49 +01:00
committed by Daniel Tschinder
parent 9d78213ab6
commit 68a173c97c
4 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ function generate(chars) {
at = to;
}
}
return {nonASCII: re, astral: astral};
return { nonASCII: re, astral: astral };
}
const startData = generate(start);