Implemented ESlint and passed down the rules
This commit is contained in:
@@ -14,8 +14,8 @@ const getTemplateFile = (path) => {
|
||||
} else {
|
||||
resolve(html);
|
||||
}
|
||||
})
|
||||
})
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -50,12 +50,12 @@ const sendRegistrationMail = (data) => {
|
||||
.catch(err => {
|
||||
console.log(err);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
const sendBanEmail = (date) => {
|
||||
return null;
|
||||
}
|
||||
// const sendBanEmail = (date) => {
|
||||
// return null;
|
||||
// };
|
||||
|
||||
module.exports = {
|
||||
sendRegistrationMail,
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user