0.3.0 • Published 10 months ago

@v-ed/prettier-config v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

prettier-config

Shared Prettier config for my projects.

Install

npm install --save-dev @v-ed/prettier-config

Usage

package.json

{
  "prettier": "@v-ed/prettier-config"
}

Take a look at Prettier's Configuration File docs to get other ways to use and extend this config.

Svelte

For projects using Svelte, you can use the @v-ed/prettier-config/svelte config, which adds the plugin declaration and the overrides for *.svelte files.

package.json

{
  "prettier": "@v-ed/prettier-config/svelte.cjs",
  "devDependencies": {
    "prettier-plugin-svelte": "*",
    "svelte": "*"
  }
}
0.3.0

10 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago