3 Star 2 Fork 2

陨落星晨 / 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/xuepengq/cesiumKD.git
git@gitee.com:xuepengq/cesiumKD.git
xuepengq
cesiumKD
cesiumKD
0.9.0

搜索帮助