Skip to content

Commit e4442c8

Browse files
committed
Added prettier script
1 parent 248de04 commit e4442c8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 0.3.0
22

3-
- Updated to the latest version of the [tstl plugin](https://github.com/TypeScriptToLua/typescript-tstl-plugin) see [the changelog](https://github.com/TypeScriptToLua/typescript-tstl-plugin/blob/master/Changelog.md) for more information
4-
- Updated the config JSON schema to match the latest TSTL release
3+
- Updated to the latest version of the
4+
[tstl plugin](https://github.com/TypeScriptToLua/typescript-tstl-plugin) see
5+
[the changelog](https://github.com/TypeScriptToLua/typescript-tstl-plugin/blob/master/Changelog.md)
6+
for more information
7+
- Updated the config JSON schema to match the latest TSTL release

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ A Visual Studio Code extension that adds [TypeScriptToLua](https://typescripttol
22
support for TypeScript using the
33
[TypeScript TypeScriptToLua Language Service plugin](https://github.com/TypeScriptToLua/typescript-tstl-plugin).
44

5-
Marketplace link: https://marketplace.visualstudio.com/items?itemName=typescript-to-lua.vscode-typescript-to-lua
5+
Marketplace link:
6+
https://marketplace.visualstudio.com/items?itemName=typescript-to-lua.vscode-typescript-to-lua
67

78
## Usage
89

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"scripts": {
4747
"lint": "prettier --check **/*.{md,yml,json}",
48+
"fix:prettier": "prettier --write **/*.{md,yml,json}",
4849
"postversion": "git push && git push --tags"
4950
},
5051
"prettier": {

0 commit comments

Comments
 (0)