This commit is contained in:
Brian Ng 2017-06-17 13:53:32 -05:00
parent 4b35717b04
commit 288a74e55f

View File

@ -42,6 +42,7 @@ module.exports = {
}, },
env: { env: {
node: true, node: true,
es6: true,
browser: true browser: true
} }
}; };