4 Star 7 Fork 1

Gitee 极速下载 / react-markdown-editor-lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/HarryChen0506/react-markdown-editor-lite
克隆/下载
tslint.json 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
泷涯 提交于 2020-01-23 23:49 . script: add format tools
{
"extends": ["tslint:latest", "tslint-react", "tslint-config-prettier"],
"linterOptions": {
"exclude": ["**/*.js", "**/*.jsx"]
},
"rules": {
"jsx-no-multiline-js": false,
"jsx-boolean-value": false,
"jsx-no-bind": true,
"jsx-no-lambda": false,
"jsx-no-string-ref": true,
"no-implicit-dependencies": false,
"no-submodule-imports": false,
"prefer-conditional-expression": false,
"object-literal-sort-keys": false,
"member-access": [true, "no-public"],
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore", "allow-pascal-case"],
"member-ordering": [false, { "order": "statics-first" }],
"prefer-for-of": false,
"no-parameter-reassignment": true,
"ban-comma-operator": true,
"function-constructor": true,
"label-position": true,
"no-arg": true,
"no-conditional-assignment": true,
"no-construct": true,
"no-console": false,
"no-debugger": false,
"no-duplicate-super": true,
"no-duplicate-switch-case": true,
"no-empty": [true, "allow-empty-functions"],
"no-object-literal-type-assertion": true,
"no-return-await": true,
"no-shadowed-variable": true,
"no-sparse-arrays": true,
"no-this-assignment": [true, { "allow-destructuring": true }],
"no-unsafe-finally": true,
"no-var-keyword": true,
"prefer-object-spread": true,
"radix": false,
"triple-equals": [true, "allow-null-check", "allow-undefined-check"],
"unnecessary-constructor": true,
"use-isnan": true,
"max-classes-per-file": false,
"no-duplicate-imports": true,
"no-require-imports": true,
"prefer-const": true,
"class-name": true,
"encoding": true,
"interface-name": false,
"interface-over-type-literal": false,
"no-angle-bracket-type-assertion": true,
"no-reference-import": true,
"no-unnecessary-initializer": true,
"one-variable-per-declaration": [true, "ignore-for-loop"],
"ordered-imports": false,
"prefer-template": [true, "allow-single-concat"],
"return-undefined": true,
"unnecessary-bind": true,
"prettier": true
},
"rulesDirectory": ["tslint-plugin-prettier"]
}
TypeScript
1
https://gitee.com/mirrors/react-markdown-editor-lite.git
git@gitee.com:mirrors/react-markdown-editor-lite.git
mirrors
react-markdown-editor-lite
react-markdown-editor-lite
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891