Client - update ESLint rules
This commit is contained in:
parent
badea71f5c
commit
8228db5b24
@ -34,6 +34,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
'import/no-unresolved': ['off', { ignore: ['^@/'] }],
|
'import/no-unresolved': ['off', { ignore: ['^@/'] }],
|
||||||
'vue/multi-word-component-names': 'off'
|
'vue/multi-word-component-names': 'off',
|
||||||
|
'@typescript-eslint/no-unused-vars': 'error'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user