@smatsmat/prettier-config
v0.0.2
Published
Polaris' prettier config
Readme
@polaris/prettier-config
Polaris' prettier config
Install
$ npm i -D @polaris/prettier-configUsage
.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
*.pemPublishing the lib
nx build prettier-config cd dist\libs\prettier-config npm publish --access public
