Skip to content

0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 17:56
· 34 commits to main since this release

Install

Dependencies:

  • Install dprint's CLI >= 0.24.0

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.3.1.json@9351b67ec7a6b58a69201c2834cba38cb3d191080aefc6422fb1320f03c8fc4d"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration