From 74d5511cfa7db12c1dd808aa02458d088cacff94 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 4 May 2025 22:35:05 +0200 Subject: [PATCH] eslint: fix linting --- .vuepress/config.ts | 2 +- cypress/tsconfig.json | 2 +- tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vuepress/config.ts b/.vuepress/config.ts index 6d90d65..7e77634 100644 --- a/.vuepress/config.ts +++ b/.vuepress/config.ts @@ -1,5 +1,5 @@ -import { defineUserConfig } from 'vuepress' import { viteBundler } from '@vuepress/bundler-vite' +import { defineUserConfig } from 'vuepress' import { hopeTheme } from 'vuepress-theme-hope' export default defineUserConfig({ diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index 9bc449b..b24df79 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -4,5 +4,5 @@ "lib": ["es5", "dom"], "types": ["cypress", "node"] }, - "include": ["./**/*.ts"] + "include": ["./**/*.ts", ".vuepress/config.ts"] } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 3b37d60..0a5ad3b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,6 @@ "strict": true, "types": ["cypress", "node"] }, - "include": ["**/*.ts"], + "include": ["**/*.ts", ".vuepress/config.ts"], "exclude": ["node_modules"] } \ No newline at end of file