mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(lint): disable-line typo
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user