mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +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 { viteBundler } from '@vuepress/bundler-vite'
|
||||||
|
import { defineUserConfig } from 'vuepress'
|
||||||
import { hopeTheme } from 'vuepress-theme-hope'
|
import { hopeTheme } from 'vuepress-theme-hope'
|
||||||
|
|
||||||
export default defineUserConfig({
|
export default defineUserConfig({
|
||||||
|
|||||||
@ -4,5 +4,5 @@
|
|||||||
"lib": ["es5", "dom"],
|
"lib": ["es5", "dom"],
|
||||||
"types": ["cypress", "node"]
|
"types": ["cypress", "node"]
|
||||||
},
|
},
|
||||||
"include": ["./**/*.ts"]
|
"include": ["./**/*.ts", ".vuepress/config.ts"]
|
||||||
}
|
}
|
||||||
@ -6,6 +6,6 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"types": ["cypress", "node"]
|
"types": ["cypress", "node"]
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts"],
|
"include": ["**/*.ts", ".vuepress/config.ts"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user