File tree Expand file tree Collapse file tree 17 files changed +468
-34
lines changed
formatting-would-affect-total-line-count
single-updated-line-typescript Expand file tree Collapse file tree 17 files changed +468
-34
lines changed Original file line number Diff line number Diff line change 74
74
"rimraf" : " 5.0.10" ,
75
75
"semantic-release" : " 23.1.1" ,
76
76
"semantic-release-pinst" : " 1.0.4" ,
77
+ "tempy" : " 1.0.1" ,
77
78
"ts-jest" : " 29.1.4" ,
78
79
"typescript" : " 5.4.5"
79
80
},
91
92
"extends" : " @softwareventures/semantic-release-config"
92
93
},
93
94
"jest" : {
94
- "globalSetup" : " <rootDir>/test/global-setup.ts" ,
95
- "globalTeardown" : " <rootDir>/test/global-teardown.ts" ,
96
95
"watchPathIgnorePatterns" : [
97
96
" <rootDir>/tmp"
98
97
],
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 100,
3
+ "tabWidth": 4,
4
+ "useTabs": false,
5
+ "semi": true,
6
+ "singleQuote": false,
7
+ "quoteProps": "consistent",
8
+ "jsxSingleQuote": false,
9
+ "trailingComma": "none",
10
+ "bracketSpacing": false,
11
+ "bracketSameLine": false,
12
+ "arrowParens": "avoid",
13
+ "requirePragma": false,
14
+ "insertPragma": false,
15
+ "proseWrap": "always",
16
+ "htmlWhitespaceSensitivity": "css",
17
+ "vueIndentScriptAndStyle": true,
18
+ "endOfLine": "auto",
19
+ "overrides": [
20
+ {
21
+ "files": [
22
+ "*.css",
23
+ "*.htm",
24
+ "*.html",
25
+ "*.json",
26
+ "*.less",
27
+ "*.sass",
28
+ "*.yaml",
29
+ "*.yml",
30
+ "*.xml"
31
+ ],
32
+ "options": {
33
+ "tabWidth": 2
34
+ }
35
+ },
36
+ {
37
+ "files": [
38
+ "*.md"
39
+ ],
40
+ "options": {
41
+ "printWidth": 80
42
+ }
43
+ }
44
+ ]
45
+ }
You can’t perform that action at this time.
0 commit comments