1 Star 0 Fork 2

seasky100 / cesiumKD

forked from 陨落星晨 / cesiumKD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": ["./Tools/eslint-config-cesium/browser.js", "prettier"],
"plugins": [
"html"
],
"rules": {
"no-unused-vars": ["error", {"vars": "all", "args": "none"}]
},
"overrides": [
{
"files": [
"index.cjs",
"server.cjs",
"gulpfile.js",
"Source/Workers/transferTypedArrayTest.js"
],
"parserOptions": {
"sourceType": "script"
}
}
]
}
JavaScript
1
https://gitee.com/seasky100/cesiumKD.git
git@gitee.com:seasky100/cesiumKD.git
seasky100
cesiumKD
cesiumKD
master

搜索帮助