-
-
Notifications
You must be signed in to change notification settings - Fork 696
Open
Description
What rule do you want to change?
I want to be able to ignore error messages for commenting code
Does this change cause the rule to produce more or fewer warnings?
fewer
How will the change be implemented? (New option, new default behavior, etc.)?
default behavior
Please provide some example code that this change will affect:
<template>
<div class="app">
<ResizeObserver
v-for="i in 1"
:key="i"
v-slot="size"
>
<!-- <Icon-->
<!-- name="bi-alarm"-->
<!-- size="20"-->
<!-- color="red"-->
<!-- class="test1"-->
<!-- :class="['test2',{active:true}]"-->
<!-- style="font-weight:500"-->
<!-- :style="{background:'#eee'}"-->
<!-- @click="clickFn"-->
<!-- />-->
<Spin
type="dot"
size="20"
color="red"
class="test1"
:class="['test2',{active:true}]"
style="font-weight:500"
:style="{background:'#eee'}"
@click="clickFn"
/>
<div>
{{size}}
</div>
</ResizeObserver>
</div>
</template>
What does the rule currently do for this code?
ESLint: Expected indentation of 3 tabs but found 0 tabs.(vue/html-indent)
What will the rule do after it's changed?
No error message
Additional context
xiaodongning
Metadata
Metadata
Assignees
Labels
No labels