mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
please god work
This commit is contained in:
parent
d322d98013
commit
80de7d83f9
2 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue