1.0.0 • Published 1 year ago

@veracity/prettier-config v1.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

@veracity/prettier-config

Veracity's historic Prettier config.

!IMPORTANT
This configuration hasn't been tested yet with Prettier 3.

Usage

Install:

npm install --save-dev @veracity/prettier-config

Edit package.json:

{
  // ...
  "prettier": "@veracity/prettier-config"
}

Note: Prettier does not offer a built-in way to extend a shared configuration and overwrite some of its properties. If you want to do that, you need to use a .prettierrc.js file and export the modifications, e.g:

module.exports = {
  ...require('@veracity/prettier-config'),
  semi: true
}
1.0.0

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0-beta.0

2 years ago