1
Fork 0

use config that actually supports ES6

This commit is contained in:
Jake Howard 2016-11-27 21:17:59 +00:00
parent 3c632d0c78
commit 9881133c38
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,5 +1,5 @@
{
"extends": "./node_modules/eslint-config-dabapps/base/.eslintrc",
"extends": "./node_modules/eslint-config-dabapps/react/.eslintrc",
"globals": {
$: true
}