1 Star 1 Fork 0

东林土木森/primeng整合zorro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tslint.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
东林土木森 提交于 2021-05-19 17:26 . beforechartinstall
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"node": true,
"commonjs": true,
"meteor": true,
"mongo": true,
"jquery": true,
"amd": true
},
"globals": {},
"rules": {
"comma-dangle": [2, "never"],
"no-cond-assign": [2],
"no-constant-condition": [2],
"no-control-regex": [2],
"no-debugger": [2],
"no-dupe-args": [2],
"no-dupe-keys": [2],
"no-duplicate-case": [2],
"no-empty-character-class": [2],
"no-empty": [2],
"no-ex-assign": [2],
"no-extra-boolean-cast": [2],
"no-func-assign": [2],
"no-inner-declarations": [2],
"no-invalid-regexp": [2],
"no-irregular-whitespace": [2],
"no-negated-in-lhs": [2],
"no-obj-calls": [2],
"no-regex-spaces": [2],
"no-sparse-arrays": [2],
"no-unexpected-multiline": [2],
"no-unreachable": [2],
"use-isnan": [2],
"no-octal": [2],
"no-empty-pattern": [2],
"no-multi-spaces": [2],
"no-unused-labels": [1],
"no-void": [2],
"semi": [2, "always"],
"quotes": [2, "single"],
"strict": [2, "safe"],
"dot-location": [2, "property"],
"no-label-var": [2],
"no-shadow-restricted-names": [2],
"no-undef": [2],
"init-declarations": [2, "always"],
"no-catch-shadow": [2],
"no-delete-var": [2],
"constructor-super": [1],
"no-const-assign": [2],
"no-dupe-class-members": [2],
"no-new-symbol": [2],
"no-this-before-super": [2],
"no-class-assign": [2]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/avenue2014/primeng-integrates-zorro.git
git@gitee.com:avenue2014/primeng-integrates-zorro.git
avenue2014
primeng-integrates-zorro
primeng整合zorro
master

搜索帮助