prettier-plugin-optipack

1.1.2 • Public • Published

prettier-plugin-optipack

version license downloads

CI(GitHub Actions) codecov node-lts Renovate code style: prettier All Contributors

Usage

yarn add prettier-plugin-optipack -D

.optipackrc

Supported by cosmiconfig

{
  "order": [
    [
      "name",
      "version",
      "private",
      "description",
      "license",
      "author",
      "homepage",
      "repository",
      "bugs",
      "keywords",
      "publishConfig",
      "main",
      "source",
      "types",
      "typings",
      "files",
      "directories",
      "bin",
      "workspaces",
      "scripts",
      "engines",
      "dependencies",
      "devDependencies",
      "peerDependencies"
    ] // default root sort order
  ],
  "scripts": {
    "sort": true, // You don't want sorting "scripts", switch false (default: true)
    "order": ["build", "test", "clean", "lint", "fmt"] // coron-separated, pre* & post* is automatically resolved
  }
}

Contributors ✨

Thanks goes to these wonderful people (emoji key):


SnO₂WMaN

💻

Renovate Bot

🚇 🚧

Semantic Release Bot

🚇 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

Package Sidebar

Install

npm i prettier-plugin-optipack

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

8.51 kB

Total Files

5

Last publish

Collaborators

  • sno2wman