mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 12:45:50 +00:00
eslint: fix linting
This commit is contained in:
parent
99216cecba
commit
74d5511cfa
@ -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({
|
||||
|
||||
@ -4,5 +4,5 @@
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["cypress", "node"]
|
||||
},
|
||||
"include": ["./**/*.ts"]
|
||||
"include": ["./**/*.ts", ".vuepress/config.ts"]
|
||||
}
|
||||
@ -6,6 +6,6 @@
|
||||
"strict": true,
|
||||
"types": ["cypress", "node"]
|
||||
},
|
||||
"include": ["**/*.ts"],
|
||||
"include": ["**/*.ts", ".vuepress/config.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user