1 Star 0 Fork 0

gh-mrhuang/react-vue-micro-frame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.js 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ding Yubo 提交于 2020-02-13 15:42 . init
module.exports = {
"extends": ["tslint-config-airbnb"],
"jsRules": {},
"rules": {
"indent": [true, "spaces", 2],
"align": [true, "parameters", "statements"], // 这个就是会让函数调用参数自动对齐的sb配置
"ter-indent": [true, 2, { "SwitchCase": 1 }],
"import-name": false,
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore", "allow-pascal-case"],
"function-name": false,
"max-line-length": [true, 100],
"no-increment-decrement": false,
},
"rulesDirectory": [],
"linterOptions": {
"exclude": ["node_modules", "src/**/*.test.*"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huangpeng111/react-vue-micro-frame.git
git@gitee.com:huangpeng111/react-vue-micro-frame.git
huangpeng111
react-vue-micro-frame
react-vue-micro-frame
master

搜索帮助