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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user