File tree Expand file tree Collapse file tree 3 files changed +4113
-4124
lines changed
required_plugins/TGMPlugin Expand file tree Collapse file tree 3 files changed +4113
-4124
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments