fix(lint): disable-line typo

This commit is contained in:
Sabe Jones
2018-02-20 21:41:11 +00:00
parent 695f53758a
commit d0a05ad745

View File

@@ -239,8 +239,8 @@ export default {
this.party = this.$store.state.party; this.party = this.$store.state.party;
this.newDayStart = this.user.preferences.dayStart; this.newDayStart = this.user.preferences.dayStart;
hello.init({ hello.init({
facebook: process.env.FACEBOOK_KEY, // eslint-disable line facebook: process.env.FACEBOOK_KEY, // eslint-disable-line no-process-env
google: process.env.GOOGLE_CLIENT_ID, // eslint-disable line google: process.env.GOOGLE_CLIENT_ID, // eslint-disable-line no-process-env
}); });
}, },
computed: { computed: {