1 Star 0 Fork 0

wasleaf/StudioWorkspace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.js 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
suchunye_i 提交于 2024-03-24 22:19 . feat: init project
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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sssleaffffff/studio-workspace.git
git@gitee.com:sssleaffffff/studio-workspace.git
sssleaffffff
studio-workspace
StudioWorkspace
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385