mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Drop formatting requirement
This commit is contained in:
7
.github/SAMPLE_GUIDELINE.md
vendored
7
.github/SAMPLE_GUIDELINE.md
vendored
@ -30,10 +30,9 @@ The quickest way is to start your project by copying hellocode-sample.
|
||||
|
||||
Only deviate from the standard setting if your sample needs to.
|
||||
|
||||
- 5.1: Include a `.prettierrc.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.
|
||||
- 5.1: Include a `tslint.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/tslint.json.
|
||||
- 5.2: Include a `tsconfig.json` following https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/hellocode-sample/tsconfig.json.
|
||||
- 5.3: Your source code should be formatted either using [tsfmt](https://github.com/vvakame/typescript-formatter) or the editor's TS formatter and contain no TSLint/TS errors.
|
||||
|
||||
## 6: Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user