Releases: dprint/dprint-plugin-json
Releases · dprint/dprint-plugin-json
0.12.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.12.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.12.2.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.12.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.12.1.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.12.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.12.0.wasm" ] }
JS Formatting API
- JS Formatter - Browser/Deno and Node
- npm package
0.11.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.11.0.wasm" ] }
0.10.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.10.2.wasm" ] }
0.10.1
Install
Then in your project's dprint.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.10.1.wasm" ] }
0.10.0
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.10.0.wasm" ] }
0.9.0
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.9.0.wasm" ] }
0.8.0
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.8.0.wasm" ] }
0.7.3
Install
Then in your project's .dprintrc.json:
- Specify the plugin url in the
"plugins"array. - Ensure
.jsonfile extensions are matched in an"includes"pattern. - Add a
"json"configuration property if desired.{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.7.3.wasm" ] }
{ // ...etc... "json": { // json config goes here }, "includes": [ "**/*.{json}" ], "plugins": [ "https://plugins.dprint.dev/json-0.12.2.wasm" ] }