mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
chore(lint): disable breaking rules
This commit is contained in:
@@ -13,6 +13,7 @@ module.exports = {
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
// TODO find a way to let eslint understand webpack aliases
|
||||
'import/no-unresolved': 'off',
|
||||
'import/extensions': 'off',
|
||||
'vue/no-v-html': 'off',
|
||||
'vue/html-self-closing': ['error', {
|
||||
html: {
|
||||
|
||||
@@ -5,5 +5,6 @@ base.rules = base.rules || {};
|
||||
|
||||
// TODO find a way to let eslint understand webpack aliases
|
||||
base.rules['import/no-unresolved'] = 'off';
|
||||
base.rules['import/extensions'] = 'off';
|
||||
|
||||
module.exports = base;
|
||||
|
||||
Reference in New Issue
Block a user