New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@architower/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architower/prettier-config

Architower's Prettier config

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

prettier-config

Our prettier config with TailwindCSS support & import 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": "@company/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:

"@company/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:ArchiTower/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.

Branching

In our repositories we're following the simple solution:

  • main branch represents stable releases of the libraries or production environment of released applications
  • develop branch is for release candidates, betas etc. Here we developing solution - library or app.

License

MIT

Keywords

prettier

FAQs

Package last updated on 16 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts