1 Star 0 Fork 1

ike_yu/mmf-blog-vite-vue3-ssr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.js 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
林岑影 提交于 2023-12-07 17:25 . chore: update
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)),
)
const config = lincy(
{
unocss: true,
formatters: {
css: false,
graphql: true,
html: true,
markdown: true,
toml: false,
},
overrides: {
ignores: [
'**/assets',
'**/static',
],
},
},
{
languageOptions: {
globals: {
...autoImport.globals,
},
},
},
)
export default config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ike_yu/mmf-blog-vite-vue3-ssr.git
[email protected]:ike_yu/mmf-blog-vite-vue3-ssr.git
ike_yu
mmf-blog-vite-vue3-ssr
mmf-blog-vite-vue3-ssr
master

搜索帮助