Skip to content

Commit 13f5514

Browse files
committed
feat: TGMPA 完美版
1 parent bb10671 commit 13f5514

File tree

3 files changed

+4113
-4124
lines changed

3 files changed

+4113
-4124
lines changed

.prettierrc

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"arrowParens": "always",
3-
"bracketSpacing": true,
4-
"parenSpacing": true,
5-
"printWidth": 80,
6-
"semi": false,
7-
"singleQuote": true,
8-
"tabWidth": 2,
9-
"trailingComma": "all",
10-
"useTabs": false,
11-
"endOfLine": "auto",
12-
"prettier-multiline-arrays-set-threshold": 2,
13-
"plugins": [
14-
"./node_modules/eslint-plugin-prettier",
15-
"./node_modules/prettier-plugin-multiline-arrays"
16-
],
17-
"overrides": [
18-
{
19-
"files": ["*.json"],
20-
"options": {
21-
"singleQuote": false
22-
}
23-
},
24-
{
25-
"files": [
26-
"*.yaml",
27-
"*.yml"
28-
],
29-
"options": {
30-
"singleQuote": false,
31-
"tabWidth": 2,
32-
"useTabs": false
33-
}
34-
}
35-
]
2+
"arrowParens": "always",
3+
"bracketSpacing": true,
4+
"parenSpacing": true,
5+
"printWidth": 80,
6+
"semi": false,
7+
"singleQuote": true,
8+
"tabWidth": 2,
9+
"trailingComma": "all",
10+
"useTabs": false,
11+
"endOfLine": "auto",
12+
"multilineArraysWrapThreshold": 4,
13+
"plugins": [
14+
"./node_modules/eslint-plugin-prettier",
15+
"./node_modules/prettier-plugin-multiline-arrays"
16+
],
17+
"overrides": [
18+
{
19+
"files": ["*.json"],
20+
"options": {
21+
"singleQuote": false
22+
}
23+
},
24+
{
25+
"files": [
26+
"*.yaml",
27+
"*.yml"
28+
],
29+
"options": {
30+
"singleQuote": false,
31+
"tabWidth": 2,
32+
"useTabs": false
33+
}
34+
}
35+
]
3636
}

0 commit comments

Comments
 (0)