Skip to content

Commit 22c2fcc

Browse files
committed
chore: Format with Prettier
1 parent cfe8f61 commit 22c2fcc

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@
5151
"@types/vscode": "^1.74.0",
5252
"@typescript-eslint/eslint-plugin": "^5.46.0",
5353
"@typescript-eslint/parser": "^5.46.0",
54-
"semantic-release-vsce": "^5.5.1",
5554
"eslint": "^8.29.0",
55+
"prettier": "^2.8.1",
56+
"semantic-release-vsce": "^5.5.1",
5657
"typescript": "^4.9.4"
5758
},
5859
"dependencies": {

tsconfig.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"compilerOptions": {
3-
"module": "commonjs",
4-
"target": "ES2020",
5-
"outDir": "out",
6-
"lib": ["ES2020"],
7-
"sourceMap": true,
8-
"rootDir": "src",
9-
"strict": true,
10-
"noImplicitReturns": true,
11-
"noFallthroughCasesInSwitch": true,
12-
"noUnusedParameters": true
13-
}
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "ES2020",
5+
"outDir": "out",
6+
"lib": ["ES2020"],
7+
"sourceMap": true,
8+
"rootDir": "src",
9+
"strict": true,
10+
"noImplicitReturns": true,
11+
"noFallthroughCasesInSwitch": true,
12+
"noUnusedParameters": true
13+
}
1414
}

0 commit comments

Comments
 (0)