1 Star 0 Fork 0

雨过天晴/jsencrypt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
dpronin 提交于 2017-12-19 12:50 . jsbn.ts no style errors
{
"extends": "tslint:recommended",
"rules": {
"no-consecutive-blank-lines": [
true,
2
],
"ordered-imports": false,
"no-bitwise": false,
"triple-equals": false,
"no-empty": false,
"no-console": false,
"no-conditional-assignment": false,
"typedef-whitespace": {
"options": [
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
},
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
]
},
"whitespace": {
"options": [
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-typecast"
]
},
"max-classes-per-file": false,
"trailing-comma": {
"options": {
"singleline": "never"
}
},
"variable-name": {
"options": [
"ban-keywords",
"allow-snake-case"
]
},
"member-ordering": false,
"max-line-length": false,
"object-literal-sort-keys": false,
"only-arrow-functions": false,
"space-before-function-paren": {
"options": {
"anonymous": "always",
"asyncArrow": "always",
"constructor": "never",
"method": "never",
"named": "never"
}
},
"prefer-for-of": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/west0207/jsencrypt.git
git@gitee.com:west0207/jsencrypt.git
west0207
jsencrypt
jsencrypt
master

搜索帮助