1 Star 3 Fork 0

林岑影/vite-uniapp-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.ts 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
林岑影 提交于 2025-03-12 10:30 +08:00 . chore: update deps
import { readFile } from 'node:fs/promises'
import lincy from '@lincy/eslint-config'
const autoImport = JSON.parse(
(await readFile(new URL('./.eslintrc-auto-import.json', import.meta.url))).toString(),
)
const config = lincy(
{
unocss: true,
formatters: {
css: true,
graphql: true,
html: true,
markdown: true,
},
pnpm: true,
toml: false,
overrides: {
ignores: [
'**/static',
'**/uni-app-types.d.ts',
],
},
},
{
languageOptions: {
globals: {
...autoImport.globals,
},
},
},
)
export default config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lincenying/vite-uniapp-vue3.git
git@gitee.com:lincenying/vite-uniapp-vue3.git
lincenying
vite-uniapp-vue3
vite-uniapp-vue3
master

搜索帮助