1.2.7 • Published 9 months ago

@ayingott/prettier-config v1.2.7

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

@ayingott/prettier-config

@ayingott/prettier-config

My personal taste of the prettier config.

Usage

ni -D @ayingott/prettier-config

With all out-of-box features

// prettier.config.js
import config from "@ayingott/prettier-config"

export default config
// package.json
{
  "prettier": "@ayingott/prettier-config"
}

Customize config

// prettier.config.js
// @ts-check
import { defineConfig } from "@ayingott/prettier-config/config"

export default defineConfig({
  // custom configs
})

VSCode

// .vscode/settings.json
{
  "editor.formatOnSave": true,
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit"
  }
}

Thanks

License

MIT

1.2.7

9 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.2.6

11 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

0.4.0

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago