mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
chore(eslint): disable vue/require-default-prop
This commit is contained in:
@@ -21,6 +21,7 @@ module.exports = {
|
|||||||
|
|
||||||
// Vuejs
|
// Vuejs
|
||||||
'vue/multi-word-component-names': 0,
|
'vue/multi-word-component-names': 0,
|
||||||
|
'vue/require-default-prop': 0,
|
||||||
'vue/html-indent': ['error', 2],
|
'vue/html-indent': ['error', 2],
|
||||||
'vue/comma-spacing': ['error', { before: false, after: true }],
|
'vue/comma-spacing': ['error', { before: false, after: true }],
|
||||||
'vue/script-indent': ['error', 2, { baseIndent: 0 }],
|
'vue/script-indent': ['error', 2, { baseIndent: 0 }],
|
||||||
|
|||||||
Reference in New Issue
Block a user