mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Revert "chore(lint): disable breaking rules"
This reverts commit 7207ca8cc4.
This commit is contained in:
parent
7207ca8cc4
commit
a6e32d0822
2 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ 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,6 +5,5 @@ 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue