1.1.1 • Published 6 months ago

@software-thing/prettier-standard-config v1.1.1

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

🎨 Prettier StandardJS config

This is a default configuration for Prettier to format code according to the StandardJS specification.

Installation is very simple:

yarn add -D @software-thing/prettier-standard-config

Then just the configuration (the easiest way is to set it like this in your package.json):

// package.json

{
  "prettier": "@software-thing/prettier-standard-config"
}