Releases: dprint/dprint-plugin-typescript
Releases · dprint/dprint-plugin-typescript
0.88.9
Changes
- fix: error on merge conflict marker (#600)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array (can be done viadprint config add typescript). - Add a
"typescript"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.8
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.8.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.7
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.7.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.6
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.6.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.5
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.5.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.4
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.4.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.3.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.88.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.9.wasm" ] }