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 7474 "rimraf" : " 5.0.10" ,
7575 "semantic-release" : " 23.1.1" ,
7676 "semantic-release-pinst" : " 1.0.4" ,
77+ "tempy" : " 1.0.1" ,
7778 "ts-jest" : " 29.1.4" ,
7879 "typescript" : " 5.4.5"
7980 },
9192 "extends" : " @softwareventures/semantic-release-config"
9293 },
9394 "jest" : {
94- "globalSetup" : " <rootDir>/test/global-setup.ts" ,
95- "globalTeardown" : " <rootDir>/test/global-teardown.ts" ,
9695 "watchPathIgnorePatterns" : [
9796 " <rootDir>/tmp"
9897 ],
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