prevent some lint warnings by turning off some rules we don't seem to care about

require-prop-types has 167 violations

require-default-prop has 93 violations
This commit is contained in:
Alys
2020-08-23 16:05:45 +10:00
parent d0bc0dbe49
commit 723fa38271
+2
View File
@@ -14,6 +14,8 @@ module.exports = {
// TODO find a way to let eslint understand webpack aliases
'import/no-unresolved': 'off',
'vue/no-v-html': 'off',
'vue/require-prop-types': 'off',
'vue/require-default-prop': 'off',
'vue/html-self-closing': ['error', {
html: {
void: 'never',