Releases: dprint/dprint-plugin-typescript
Releases · dprint/dprint-plugin-typescript
0.45.0
0.44.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.44.2.wasm" ] }
0.44.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.44.1.wasm" ] }
0.44.0
Install
Then in your project's dprint.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.44.0.wasm" ] }
0.43.0
Install
Then in your project's dprint.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.43.0.wasm" ] }
0.42.0
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.42.0.wasm" ] }
0.41.0
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.41.0.wasm" ] }
0.40.3
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.40.3.wasm" ] }
0.40.2
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.40.2.wasm" ] }
0.40.1
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.ts,.tsx,.js,.jsx,.mjsfile 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}" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.40.1.wasm" ] }
{ // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "includes": [ "**/*.{ts,tsx,js,jsx,mjs,cjs}" ], "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.45.0.wasm" ] }