mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 16:45: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 = {
|
module.exports = {
|
||||||
|
ignorePatterns: ["node_modules/", "dist/", "nuxt.proxyoverride.ts"],
|
||||||
env: {
|
env: {
|
||||||
browser: true,
|
browser: true,
|
||||||
es2021: true,
|
es2021: true,
|
||||||
|
@ -18,7 +19,6 @@ module.exports = {
|
||||||
sourceType: "module",
|
sourceType: "module",
|
||||||
},
|
},
|
||||||
plugins: ["vue", "@typescript-eslint"],
|
plugins: ["vue", "@typescript-eslint"],
|
||||||
ignores: ["nuxt.proxyoverride.ts"],
|
|
||||||
rules: {
|
rules: {
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"no-unused-vars": "off",
|
"no-unused-vars": "off",
|
||||||
|
|
|
@ -8,7 +8,6 @@ import { defineNuxtModule, logger } from "@nuxt/kit";
|
||||||
//
|
//
|
||||||
// fix from
|
// fix from
|
||||||
// - https://gist.github.com/ucw/67f7291c64777fb24341e8eae72bcd24
|
// - https://gist.github.com/ucw/67f7291c64777fb24341e8eae72bcd24
|
||||||
// eslint-disable-next-line
|
|
||||||
import { createProxyServer } from "http-proxy";
|
import { createProxyServer } from "http-proxy";
|
||||||
|
|
||||||
export default defineNuxtModule({
|
export default defineNuxtModule({
|
||||||
|
|
Loading…
Reference in a new issue