Skip to content

Commit 267a54f

Browse files
committed
chore: format
1 parent 972f358 commit 267a54f

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

fixture/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "../tsconfig.build.json",
3-
"include": ["src"],
3+
"include": ["src"]
44
}

plugin/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include": ["src/**/*", "tests", "test-utils.ts"],
44
"compilerOptions": {
55
"paths": {
6-
"fixture": ["../fixture/src/index.ts"],
7-
},
8-
},
6+
"fixture": ["../fixture/src/index.ts"]
7+
}
8+
}
99
}

sandbox/legacy/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"strict": true,
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
19-
"noFallthroughCasesInSwitch": true,
19+
"noFallthroughCasesInSwitch": true
2020
},
2121
"include": ["src"],
2222
"references": [
2323
{
24-
"path": "./tsconfig.node.json",
25-
},
26-
],
24+
"path": "./tsconfig.node.json"
25+
}
26+
]
2727
}

sandbox/v9/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"strict": true,
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
19-
"noFallthroughCasesInSwitch": true,
19+
"noFallthroughCasesInSwitch": true
2020
},
2121
"include": ["src"],
2222
"references": [
2323
{
24-
"path": "./tsconfig.node.json",
25-
},
26-
],
24+
"path": "./tsconfig.node.json"
25+
}
26+
]
2727
}

0 commit comments

Comments
 (0)