accept field title and description

This commit is contained in:
Pete Matsyburka
2024-01-13 13:15:08 +02:00
parent 3f06932277
commit 66ab0059bb
6 changed files with 43 additions and 17 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
},
"rules": {
"vue/no-deprecated-html-element-is": 0,
"vue/no-mutating-props": 0
"vue/no-mutating-props": 0,
"vue/no-v-html": 0
},
"parserOptions": {
"ecmaVersion": 2022,