Update guideline

This commit is contained in:
Pine Wu
2018-10-17 12:03:33 -07:00
parent 2c517e6fda
commit 0670897000

View File

@ -33,6 +33,7 @@ Only deviate from the standard setting if your sample needs to.
- 5.1: Include a `.prettier.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/.prettierrc.json.
- 5.2: Include a `tslint.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/tslint.json.
- 5.3: Include a `tsconfig.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/tsconfig.json.
- 5.4: Your source code should be formatted using the formatter and contain no TSLint/TS errors.
## 6: Tests