Chore: move to eslint (#6270)
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Crowdin Action / Crowdin Sync (push) Has been cancelled

This commit is contained in:
shamoon
2026-02-02 15:18:30 -08:00
committed by GitHub
parent 1233b5e803
commit 97e909ebf4
29 changed files with 121 additions and 85 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable no-console */
import { promises as fs } from "fs";
import path from "path";
@@ -100,7 +99,6 @@ function convertLayoutGroupToGroup(name, layoutGroup) {
function mergeSubgroups(configuredGroups, mergedGroup) {
configuredGroups.forEach((group) => {
if (group.name === mergedGroup.name) {
// eslint-disable-next-line no-param-reassign
group.services = mergedGroup.services;
} else if (group.groups) {
mergeSubgroups(group.groups, mergedGroup);

View File

@@ -1,4 +1,3 @@
/* eslint-disable no-console */
import { copyFileSync, existsSync, mkdirSync, readFileSync } from "fs";
import { join } from "path";

View File

@@ -1,5 +1,3 @@
/* eslint-disable */
/*
Code primarely based on shvl repository: https://github.com/robinvdvleuten/shvl