Skip to content

Commit d5700ae

Browse files
authored
Merge pull request #66 from umbraco/feature/format-ts-config-with-prettier
2 parents ee39fc5 + 163950e commit d5700ae

File tree

23 files changed

+71
-172
lines changed

23 files changed

+71
-172
lines changed

packages/uui-action-bar/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"references": [
1313
{
1414
"path": "../uui-base"
15+
},
16+
{
17+
"path": "../uui-button-group"
1518
}
1619
]
1720
}

packages/uui-avatar-group/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-avatar/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-badge/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-base/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": []
18-
}
13+
}

packages/uui-box/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-breadcrumbs/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-button-group/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-button/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

packages/uui-checkbox/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@
77
"rootDir": "./lib",
88
"composite": true
99
},
10-
"include": [
11-
"./**/*.ts"
12-
],
13-
"exclude": [
14-
"./**/*.test.ts",
15-
"./**/*.story.ts"
16-
],
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
1712
"references": [
1813
{
1914
"path": "../uui-base"
2015
}
2116
]
22-
}
17+
}

0 commit comments

Comments
 (0)