rm eslint for ci
All checks were successful
Deploy App / build (push) Successful in 47s
Deploy App / deploy (push) Successful in 22s

This commit is contained in:
valere
2025-11-07 22:06:14 +01:00
parent 6bc047fa5e
commit 2174f7794a
3 changed files with 3 additions and 12819 deletions

View File

@@ -2,7 +2,8 @@
FROM node:20-bookworm AS builder FROM node:20-bookworm AS builder
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm ci RUN npm uninstall @nuxt/eslint @nuxt/eslint-config @nuxtjs/eslint-config-typescript eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin --legacy-peer-deps || true
RUN npm install --legacy-peer-deps
COPY . . COPY . .
RUN npm run build RUN npm run build

View File

@@ -41,6 +41,7 @@
"eslint-plugin-vue": "9.3.0", "eslint-plugin-vue": "9.3.0",
"espree": "^10.4.0", "espree": "^10.4.0",
"globals": "^16.5.0", "globals": "^16.5.0",
"patch-package": "^8.0.1",
"sass-embedded": "^1.93.2", "sass-embedded": "^1.93.2",
"vite-tsconfig-paths": "^5.1.4" "vite-tsconfig-paths": "^5.1.4"
} }

12818
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff