1.6.1 • Published 1 month ago

@nharox/astro-prettier-config v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@nharox/astro-prettier-config

Shared Prettier config for Astro projects.

Installation

  1. Install package as a dev dependency
npm install --save-dev @nharox/astro-prettier-config
  1. Update package.json
{
  // ...
  "prettier": "@nharox/astro-prettier-config"
}
  1. Add the following script in your package.json
{
  // ...
  "scripts": {
    // ...
    "format": "prettier --write \"src/**/*.{astro,ts}\""
  }
}

Prettier Plugins

1.6.1

1 month ago

1.6.0

1 month ago

1.5.0

3 months ago

1.4.0

5 months ago

1.3.0

7 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

9 months ago

1.0.0

9 months ago