1.14.1 • Published 4 years ago

@caisy/prettier v1.14.1

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

prettier

Install:

yarn add @caisy/prettier -D

Usage:

Use one of the tree approaches: 1. Add it to your package.json:

{
  "prettier": "@caisy/prettier"
}
  1. Add it to your .prettierrc.json:

"@caisy/prettier"

  1. If you want to override some properties of the config:
// .prettierrc.js
module.exports = {
  ...require('@caisy/prettier'),
  semi: false,
};

Ignoring Code:

  1. Use this, if you do not want to extend the .prettierignore:
npx prettier ** --write --ignore-path node_modules/@caisy/prettier/.prettierignore
  1. Use this, if you want to extend the .prettierignore:
cp "./node_modules/@caisy/prettier/.prettierignore" ".prettierignore"
1.14.1

4 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago