mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(lint): revert bad lint rule again
This commit is contained in:
parent
4d953890c3
commit
0f9b6ab591
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@ module.exports = {
|
|||
// TODO find a way to let eslint understand webpack aliases
|
||||
'import/no-unresolved': 'off',
|
||||
'import/extensions': 'off',
|
||||
'vue/component-tags-order': ['warn', {
|
||||
order: [ 'template', 'style', 'script' ],
|
||||
}],
|
||||
'vue/no-mutating-props': 'warn',
|
||||
'vue/no-v-html': 'off',
|
||||
'vue/html-self-closing': ['error', {
|
||||
html: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue