2.0.1 • Published 12 months ago

@archisquad/prettier-config v2.0.1

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

prettier-config

Our prettier config with TailwindCSS support & imports sorting

npm version npm downloads

How to use it?

If you just want to apply config in your repository, add key in package.json:

{
  "name": "my-cool-library",
  "version": "9000.0.1",
  "prettier": "@archisquad/prettier-config"
}

If you don’t want to use package.json, you can use any of the supported extensions to export a string, e.g. .prettierrc.json:

"@archisquad/prettier-config"

Development

At first make a local copy of this repository, then install all the dependencies using pnpm or package manager of your choice:

git clone git@github.com:archisquad/prettier-config.git
cd prettier-config
pnpm i

Then, create a branch, make your changes in code, commit it following gitmoji & conventional commits styles.

After that, push it and then create a Pull Request with target to develop branch.

License

MIT

2.0.1

12 months ago

2.0.0

12 months ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago