1 Star 0 Fork 0

Velcon-Zheng/tabix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
funtom48 提交于 2016-11-02 16:29 . feature select table
{
"extends": "eslint:recommended",
"plugins": ["angular", "es6-recommended"],
"env": {
"browser": true,
"jasmine": true,
"es6": true
},
"globals": {
"angular": true,
"smi2": true,
"module": true,
"inject": true,
"moment": true
},
"rules": {
"semi": 2,
"angular/window-service":0,
"angular/on-watch":0,
// Нет объективных причин почему вместо $scope используется this.
// Никаких изменений в производительности, памяти.
// Хотя JohnPapa настаивает на this
// https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#style-y031
"angular/controller-as": 0,
"angular/controller-as-route":0,
"angular/module-getter":0,
"angular/di":0,
"angular/log":0,
"no-console":0
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Velcon-Zheng/tabix.git
git@gitee.com:Velcon-Zheng/tabix.git
Velcon-Zheng
tabix
tabix
master

搜索帮助