当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
13 Star 92 Fork 24

antv-l7 / antv-l7
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tslint.json 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
thinkgis 提交于 2022-11-20 14:39 . Feat next (#1475)
{
"enable":true,
"extends": [
"tslint:latest",
"tslint-config-prettier",
"tslint-plugin-prettier"
],
"rules": {
"prettier": true,
"quotemark": [
true,
"single",
"avoid-escape",
"avoid-template",
"jsx-double"
],
"no-bitwise": false,
"no-console": [true, "log"],
"object-literal-sort-keys": false,
"no-implicit-dependencies": [true, "dev"],
"interface-over-type-literal": false,
"no-this-assignment": false,
"no-submodule-imports": false,
"no-object-literal-type-assertion": false,
"member-ordering": false
},
"globals": {
"AMap": true
},
"linterOptions": {
"exclude": [
"stories/**",
"**/*.d.ts",
"**/data/*.ts",
"**/*.{test,story}.ts{,x}",
"node_modules/**"
]
}
}
JavaScript
1
https://gitee.com/antv-l7/antv-l7.git
git@gitee.com:antv-l7/antv-l7.git
antv-l7
antv-l7
antv-l7
master

搜索帮助