Skip to content

Commit d29a711

Browse files
authored
Merge pull request SuperMap#1 from SuperMap/master
update from iclient
2 parents cbc5af5 + f15f1e4 commit d29a711

File tree

2,288 files changed

+1388080
-666186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,288 files changed

+1388080
-666186
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = crlf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
charset = utf-8
9+
10+
[*.{js,html,css}]
11+
indent_style = space
12+
indent_size = 4
13+
14+
[*.{json}]
15+
indent_style = space
16+
indent_size = 2

.eslintrc.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
//禁止不必要的分号
2222
"no-extra-semi": "warn",
2323
//强制使用一致的换行风格
24-
"linebreak-style": ["warn", "windows"],
24+
"linebreak-style": "off",
2525
//if while function 后面的{必须与if在同一行,java风格。
2626
"brace-style": ["warn", "1tbs", {"allowSingleLine": true}],
2727
//数组和对象键值对最后一个逗号, never参数:不能带末尾的逗号
@@ -52,6 +52,8 @@ module.exports = {
5252
"no-fallthrough": "warn",
5353
//禁止直接调用eval()
5454
"no-eval": ["error", {"allowIndirect": true}],
55+
"no-prototype-builtins":"off",
56+
"no-useless-catch":"off",
5557
//Ensure imports point to a file/module that can be resolved
5658
"import/no-unresolved": [2, {commonjs: true, amd: true}],
5759
//Ensure named imports correspond to a named export in the remote file
@@ -83,4 +85,4 @@ module.exports = {
8385

8486

8587
},
86-
};
88+
};

.github/1000-1.gif

388 KB
Loading

.github/1000-2.png

2.02 MB
Loading

.github/1000-3.gif

3.73 MB
Loading

.github/1001-1.png

290 KB
Loading

.github/1001-3.png

392 KB
Loading

.github/1001-4.png

156 KB
Loading

.github/1001-5.jpg

45.9 KB
Loading

.github/1001-6.png

107 KB
Loading

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy