1 Star 0 Fork 9

拾迹 / pagic

forked from xcatliu / pagic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
xcatliu 提交于 2020-12-05 21:42 . update prettier & complete docs
module.exports = {
extends: ['alloy', 'alloy/react', 'alloy/typescript'],
env: {
// Your environments (which contains several predefined global variables)
//
// browser: true,
node: true,
// mocha: true,
jest: true,
// jquery: true
},
globals: {
// Your global variables (setting to false means it's not allowed to be reassigned)
//
// myGlobal: false
Deno: false,
},
rules: {
// Customize your rules
'@typescript-eslint/consistent-type-imports': 'error',
},
};
TypeScript
1
https://gitee.com/itsay/pagic.git
git@gitee.com:itsay/pagic.git
itsay
pagic
pagic
master

搜索帮助