1 Star 0 Fork 276

EricYao / L7

forked from antv / L7 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 617 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
thinkgis 提交于 2019-11-20 20:44 . docs(layer): add layer docs
{
"extends": [
"eslint-config-egg"
],
"globals": {
"AMap": true,
"L7": true,
},
"env": {
"browser": true,
"node": true
},
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
},
"plugins": [
"html"
],
"rules": {
"no-console": [
"error",
{
"allow": [
"warn",
"error"
]
}
],
"no-bitwise": [
0
],
"experimentalDecorators": [
0
],
"comma-dangle": [
"error",
"never"
],
"jsdoc/require-param": 0,
"linebreak-style": [
0
]
}
}
TypeScript
1
https://gitee.com/yaoxiujun/L7.git
git@gitee.com:yaoxiujun/L7.git
yaoxiujun
L7
L7
master

搜索帮助

14c37bed 8189591 565d56ea 8189591