mirror of
https://github.com/FreeTubeApp/FreeTube.git
synced 2025-12-05 01:10:31 +00:00
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
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:
@@ -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',
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<!-- eslint-disable vue/no-template-key -->
|
||||
<template
|
||||
v-for="(label, index) in labels"
|
||||
class="checkboxContainer"
|
||||
>
|
||||
<input
|
||||
:id="values[index] + id"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
<!-- eslint-disable vue/no-template-key -->
|
||||
<template
|
||||
v-for="(label, index) in labels"
|
||||
class="radioButtonContainer"
|
||||
>
|
||||
<input
|
||||
:id="values[index] + id"
|
||||
|
||||
Reference in New Issue
Block a user