@nerkarso/prettier-config
v0.1.1
Published
Prettier configuration
Readme
prettier-config
Prettier configuration.
Installation
npm install -D @nerkarso/prettier-configUsage
Add a key in your package.json file:
"prettier": "@nerkarso/prettier-config"Or create a .prettierrc file and export a string:
@nerkarso/prettier-configOr create a prettier.config.js file and export an object:
module.exports = {
...require('@nerkarso/prettier-config'),
// Properties to be overwritten
};