1 Star 3 Fork 2

Magical/海报Design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
Magical 提交于 2023-09-04 11:48 . first commit
module.exports = {
extends: [
'alloy',
'alloy/vue',
// 'alloy/typescript',
'@vue/typescript',
],
env: {
// 你的环境变量
},
globals: {},
rules: {
// 自定义你的规则
'vue/component-tags-order': ['off'],
'vue/no-multiple-template-root': ['off'],
// 'no-undef': 'off', // 禁止使用未定义的变量,会把TS声明视为变量,暂时关闭
},
parserOptions: {
ecmaFeatures: {
legacyDecorators: true, // 配置允许注解
},
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sawr/design.git
git@gitee.com:sawr/design.git
sawr
design
海报Design
master

搜索帮助