代码拉取完成,页面将自动刷新
同步操作将从 sohucw/gis-3d 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。