fix: lint
parent
4907f281af
commit
eb9cdbab9b
|
|
@ -11,10 +11,9 @@ const content = ref('<p>开始编辑你的内容...</p>');
|
|||
<VbenTiptap v-model="content" />
|
||||
<div class="mt-4">
|
||||
<p class="text-sm text-gray-500">当前内容:</p>
|
||||
<pre
|
||||
class="mt-2 p-2 bg-gray-100 rounded text-xs overflow-auto max-h-40"
|
||||
>{{ content }}</pre
|
||||
>
|
||||
<pre class="mt-2 p-2 bg-gray-100 rounded text-xs overflow-auto max-h-40">
|
||||
{{ content }}
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ const comments: OxlintConfig = {
|
|||
},
|
||||
],
|
||||
rules: {
|
||||
'eslint/no-underscore-dangle': 'off',
|
||||
'eslint-comments/no-aggregating-enable': 'error',
|
||||
'eslint-comments/no-duplicate-disable': 'error',
|
||||
'eslint-comments/no-unlimited-disable': 'error',
|
||||
|
|
|
|||
Loading…
Reference in New Issue