Fix #1635
This commit is contained in:
parent
285a0af7c1
commit
58d40a1eea
|
@ -23,8 +23,6 @@ module.exports = {
|
||||||
'vue'
|
'vue'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'vue/no-v-html': 'off', // TODO: tackle this properly
|
|
||||||
|
|
||||||
// NOTE: Handled by typescript
|
// NOTE: Handled by typescript
|
||||||
'no-undef': 'off',
|
'no-undef': 'off',
|
||||||
'no-unused-vars': 'off',
|
'no-unused-vars': 'off',
|
||||||
|
|
Loading…
Reference in New Issue