please god work

This commit is contained in:
Hayden 2024-05-24 18:40:31 -05:00
parent d322d98013
commit 80de7d83f9
No known key found for this signature in database
GPG key ID: 17CF79474E257545
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -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({