0.0.2 • Published 3 years ago

@smatsmat/prettier-config v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@polaris/prettier-config

Polaris' prettier config

Install

$ npm i -D @polaris/prettier-config

Usage

.prettierrc.js

Create a .prettierrc.js file in the project root containing the following:

module.exports = require('@polaris/prettier-config');

A .prettierrc file will take precedence.

A .prettierignore file will have to also be created:

/dist
/coverage
**/node_modules
*.pem

Publishing the lib

nx build prettier-config cd dist\libs\prettier-config npm publish --access public

0.0.2

3 years ago

0.0.1

3 years ago