mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +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.newDayStart = this.user.preferences.dayStart;
|
||||
hello.init({
|
||||
facebook: process.env.FACEBOOK_KEY, // eslint-disable line
|
||||
google: process.env.GOOGLE_CLIENT_ID, // eslint-disable line
|
||||
facebook: process.env.FACEBOOK_KEY, // eslint-disable-line no-process-env
|
||||
google: process.env.GOOGLE_CLIENT_ID, // eslint-disable-line no-process-env
|
||||
});
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user