Skip to content

Commit

Permalink
Rename TypeScript profile to ts instead of js (#92)
Browse files Browse the repository at this point in the history
Closes #85

Signed-off-by: wkoot <[email protected]>
  • Loading branch information
wkoot authored Jan 29, 2025
1 parent c078ac3 commit 27f07d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- Document the produced container images for Docker Hub (#89).
- Rename TypeScript profile to ts instead of js (#85).

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"ts": {
"plugin_name": "javascript-plugin",
"version": "js-profile-v10.16.0"
"version": "ts-profile-v10.16.0"
},
"vbnet": {
"plugin_name": "vbnet-plugin",
Expand Down
10 changes: 10 additions & 0 deletions tests/styles/config/vocabularies/Base/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@ Dennie
Bouman
Suchow
Redistributions
yaml
cs
[Jj]ava
js
[Kk]otlin
py
[Ss]wift
ts
vbnet
[Ww]eb

0 comments on commit 27f07d4

Please sign in to comment.