1 Star 0 Fork 629

小航/basic

forked from Fantastic-admin/basic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
eslint.config.js 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hooray 提交于 2023-11-28 16:02 . 更新依赖,eslint 增加 unocss 配置
import antfu from '@antfu/eslint-config'
export default antfu(
{
unocss: true,
ignores: [
'public',
'dist*',
],
},
{
rules: {
'eslint-comments/no-unlimited-disable': 'off',
'curly': ['error', 'all'],
'antfu/consistent-list-newline': 'off',
},
},
{
files: [
'src/**/*.vue',
],
rules: {
'vue/block-order': ['error', {
order: ['route', 'script', 'template', 'style'],
}],
},
},
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lovexh666/basic.git
git@gitee.com:lovexh666/basic.git
lovexh666
basic
basic
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385