Turn vue/no-useless-template-attributes eslint rule back on (#5830)
Some checks failed
Build / build (20.x, macOS-latest, osx-x64) (push) Has been cancelled
Build / build (20.x, ubuntu-latest, linux-arm64) (push) Has been cancelled
Build / build (20.x, ubuntu-latest, linux-armv7l) (push) Has been cancelled
Build / build (20.x, ubuntu-latest, linux-x64) (push) Has been cancelled
Build / build (20.x, windows-latest, win-arm64) (push) Has been cancelled
Build / build (20.x, windows-latest, win-x64) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Conflicts / main (push) Has been cancelled

This commit is contained in:
absidue
2024-10-07 05:07:25 +02:00
committed by GitHub
parent c226ef2861
commit 55b355357b
3 changed files with 0 additions and 3 deletions

View File

@@ -76,7 +76,6 @@ export default [
'no-undef': 'warn',
'object-shorthand': 'off',
'vue/no-template-key': 'warn',
'vue/no-useless-template-attributes': 'off',
'vue/multi-word-component-names': 'off',
'vuejs-accessibility/no-onchange': 'off',

View File

@@ -6,7 +6,6 @@
<!-- eslint-disable vue/no-template-key -->
<template
v-for="(label, index) in labels"
class="checkboxContainer"
>
<input
:id="values[index] + id"

View File

@@ -6,7 +6,6 @@
<!-- eslint-disable vue/no-template-key -->
<template
v-for="(label, index) in labels"
class="radioButtonContainer"
>
<input
:id="values[index] + id"