Small cleanup

This commit is contained in:
2021-12-06 16:22:35 +03:00
parent ab0ee68bd1
commit 72f1c54ffd
3 changed files with 5 additions and 11 deletions

View File

@@ -3,7 +3,6 @@
src/** src/**
.gitignore .gitignore
.yarnrc .yarnrc
vsc-extension-quickstart.md
**/tsconfig.json **/tsconfig.json
**/.eslintrc.json **/.eslintrc.json
**/*.map **/*.map

View File

@@ -1,9 +1,5 @@
# Change Log # Change Log
All notable changes to the "gitcheck" extension will be documented in this file. ## [0.0.1]
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [Unreleased]
- Initial release - Initial release

View File

@@ -8,11 +8,10 @@
], ],
"sourceMap": true, "sourceMap": true,
"rootDir": "src", "rootDir": "src",
"strict": true /* enable all strict type-checking options */ "strict": true,
/* Additional Checks */ "noImplicitReturns": true,
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ "noFallthroughCasesInSwitch": true,
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ "noUnusedParameters": true,
// "noUnusedParameters": true, /* Report errors on unused parameters. */
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",