From 80de7d83f94e8cffc0210772a7516a59a4686240 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 24 May 2024 18:40:31 -0500 Subject: [PATCH] please god work --- frontend/.eslintrc.js | 2 +- frontend/nuxt.proxyoverride.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index bab6e0b..ac4401e 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -1,4 +1,5 @@ module.exports = { + ignorePatterns: ["node_modules/", "dist/", "nuxt.proxyoverride.ts"], env: { browser: true, es2021: true, @@ -18,7 +19,6 @@ module.exports = { sourceType: "module", }, plugins: ["vue", "@typescript-eslint"], - ignores: ["nuxt.proxyoverride.ts"], rules: { "no-console": 0, "no-unused-vars": "off", diff --git a/frontend/nuxt.proxyoverride.ts b/frontend/nuxt.proxyoverride.ts index 8650dd6..1949b2b 100644 --- a/frontend/nuxt.proxyoverride.ts +++ b/frontend/nuxt.proxyoverride.ts @@ -8,7 +8,6 @@ import { defineNuxtModule, logger } from "@nuxt/kit"; // // fix from // - https://gist.github.com/ucw/67f7291c64777fb24341e8eae72bcd24 -// eslint-disable-next-line import { createProxyServer } from "http-proxy"; export default defineNuxtModule({