refactor: Destructure props with reactivity transform

This commit is contained in:
Braks
2022-04-22 14:28:41 +02:00
parent e722f49e6e
commit dc1d71d0bd
12 changed files with 182 additions and 176 deletions

View File

@@ -1,4 +1,5 @@
const baseRules = {
'vue/no-setup-props-destructure': 0,
'no-console': 0,
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
'prettier/prettier': ['error', {}, { usePrettierrc: true }],