chore(lint): Eslint 9 update

This commit is contained in:
Bastien Wirtz
2024-10-16 21:29:18 +02:00
parent 56a5c0c581
commit 08bc4f417d
45 changed files with 325 additions and 342 deletions

View File

@@ -25,13 +25,13 @@ import Generic from "./Generic.vue";
export default {
name: "AdGuardHome",
components: {
Generic,
},
mixins: [service],
props: {
item: Object,
},
components: {
Generic,
},
data: () => {
return {
status: null,