1.0.0 • Published 28 days ago

@veracity/prettier-config v1.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
28 days 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

28 days ago

1.0.0-beta.3

2 months ago

1.0.0-beta.2

8 months ago

1.0.0-beta.1

8 months ago

1.0.0-beta.0

8 months ago