Skip to content

Commit ab0df91

Browse files
committedOct 15, 2019
chore: remove redundant code
1 parent b16ae49 commit ab0df91

File tree

3 files changed

+12
-63
lines changed

3 files changed

+12
-63
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change Log
22

3-
All notable changes to the "git-semantic-commit-message" extension will be documented in this file.
3+
All notable changes to the "git-semantic-commit" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
88

9-
- Initial release
9+
- Initial release

‎tsconfig.json

+10-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
{
2-
"compilerOptions": {
3-
"module": "commonjs",
4-
"target": "es6",
5-
"outDir": "out",
6-
"lib": [
7-
"es6"
8-
],
9-
"sourceMap": true,
10-
"rootDir": "src",
11-
"strict": true /* enable all strict type-checking options */
12-
/* Additional Checks */
13-
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
14-
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
15-
// "noUnusedParameters": true, /* Report errors on unused parameters. */
16-
},
17-
"exclude": [
18-
"node_modules",
19-
".vscode-test"
20-
]
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es6",
5+
"outDir": "out",
6+
"lib": ["es6"],
7+
"sourceMap": true,
8+
"rootDir": "src",
9+
"strict": true
10+
},
11+
"exclude": ["node_modules", ".vscode-test"]
2112
}

‎vsc-extension-quickstart.md

-42
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.