4 Star 16 Fork 3

hiisea / elux-fork

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiisea 提交于 2021-11-03 15:34 . build: 调整编译设置
const tsconfig = require('./tsconfig.json');
module.exports = {
root: true,
extends: ['plugin:@elux/common'],
env: {
browser: false,
node: true,
},
ignorePatterns: [...tsconfig.exclude, '**/types'],
};
TypeScript
1
https://gitee.com/hiisea/elux-fork.git
git@gitee.com:hiisea/elux-fork.git
hiisea
elux-fork
elux-fork
main

搜索帮助