1 Star 0 Fork 8

alphabetabcOpenClub/gis-3d

forked from sohucw/gis-3d 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
chenjianwei01 提交于 2022-05-13 10:35 . feat: init
{
"parser": "vue-eslint-parser",
"plugins": [
"vue"
],
"extends": [
"eslint:recommended",
"plugin:vue/recommended",
"prettier"
],
"parserOptions": {
"parser": "@typescript-eslint/parser",
"sourceType": "module",
"ecmaVersion": 6,
"ecmaFeatures": {
"jsx": true,
"legacyDecorators": true
}
},
"env": {
"browser": true,
"amd": true,
"es6": true,
"node": true,
"mocha": true
},
"globals": {
"L": true
},
"rules": {
"no-prototype-builtins": [0],
"no-console": [
0
],
"rest-spread-spacing": [
2
],
"key-spacing": [
2
],
"space-infix-ops": [
2
],
"object-curly-spacing": [
"error",
"always"
],
"semi": [
"error",
"always"
],
"indent": [
2,
4
],
"quotes": [
0,
"single"
],
"space-before-blocks": [
0,
"always"
],
"eqeqeq": 0,
"no-case-declarations": 0,
"no-eval": 0,
"no-useless-escape": 0,
"valid-jsdoc": 0,
"valid-typeof": 2,
"id-match": 0,
"no-async-promise-executor": 0,
"max-depth": [
0,
4
],
"max-len": [
0,
80,
4
],
"max-nested-callbacks": [
0,
2
],
"complexity": [
0,
11
],
"camelcase": 0,
"constructor-super": 0,
"no-duplicate-case": 2,
"no-fallthrough": 2,
"no-unreachable": 2,
"no-unused-vars": [
0,
{
"vars": "all",
"args": "none"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alphabetabc-viz/gis-3d.git
git@gitee.com:alphabetabc-viz/gis-3d.git
alphabetabc-viz
gis-3d
gis-3d
master

搜索帮助