1 Star 0 Fork 0

dglxlcl/vscode-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tslint.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"rulesDirectory": ["./build/tslint-rules"],
"linterOptions": {
"exclude": ["src/ipywidgets"]
},
"extends": ["tslint-eslint-rules", "tslint-microsoft-contrib", "tslint-plugin-prettier", "tslint-config-prettier"],
"rules": {
"prettier": true,
"messages-must-be-localized": true,
"no-unused-expression": true,
"no-duplicate-variable": true,
"curly": true,
"non-literal-fs-path": false,
"newline-per-chained-call": false,
"class-name": true,
"semicolon": [true, "always", "strict-bound-class-methods"],
"triple-equals": true,
"no-relative-imports": false,
"max-line-length": false,
"max-func-body-length": false,
"typedef": false,
"no-string-throw": true,
"missing-jsdoc": false,
"one-line": [true, "check-catch", "check-finally", "check-else"],
"no-parameter-properties": false,
"no-parameter-reassignment": false,
"no-reserved-keywords": false,
"newline-before-return": false,
"export-name": false,
"align": false,
"linebreak-style": false,
"strict-boolean-expressions": false,
"await-promise": [true, "Thenable", "PromiseLike"],
"completed-docs": false,
"no-unsafe-any": false,
"no-backbone-get-set-outside-model": false,
"underscore-consistent-invocation": false,
"no-void-expression": false,
"no-non-null-assertion": false,
"prefer-type-cast": false,
"promise-function-async": false,
"function-name": false,
"variable-name": false,
"no-import-side-effect": false,
"no-string-based-set-timeout": false,
"no-floating-promises": true,
"no-empty-interface": false,
"no-bitwise": false,
"eofline": true,
"switch-final-break": false,
"no-implicit-dependencies": ["vscode"],
"no-unnecessary-type-assertion": false,
"no-submodule-imports": false,
"no-redundant-jsdoc": false,
"binary-expression-operand-order": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dglxlcl/vscode-python.git
git@gitee.com:dglxlcl/vscode-python.git
dglxlcl
vscode-python
vscode-python
master

搜索帮助