Skip to content

Commit 7e93901

Browse files
committed
biome lint
1 parent 3ec8dad commit 7e93901

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

turbo.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"globalEnv": [
4-
"APP_ROUTER_URL",
5-
"PAGES_ROUTER_URL",
6-
"APP_PAGES_ROUTER_URL"
7-
],
3+
"globalEnv": ["APP_ROUTER_URL", "PAGES_ROUTER_URL", "APP_PAGES_ROUTER_URL"],
84
"tasks": {
95
"build": {
10-
"dependsOn": [
11-
"^build"
12-
],
13-
"outputs": [
14-
"dist/**"
15-
]
6+
"dependsOn": ["^build"],
7+
"outputs": ["dist/**"]
168
},
179
"e2e:test": {
1810
"cache": false
1911
},
2012
"test": {
21-
"dependsOn": [
22-
"^build"
23-
],
13+
"dependsOn": ["^build"],
2414
"cache": false
2515
},
2616
"lint": {

0 commit comments

Comments
 (0)