Releases: dprint/dprint-plugin-typescript
Releases · dprint/dprint-plugin-typescript
0.71.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.71.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.71.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.71.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.71.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.70.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.70.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.69.6
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.6.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.69.5
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.5.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.69.4
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.4.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.69.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.3.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.69.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.69.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjs,.cjsfile extensions are matched in an"includes"pattern. - Add a
"typescript"configuration property if desired.{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.71.2.wasm" ] }