@w5s/prettier-config
v3.1.3
Published
Prettier shared configuration
Readme
W5S Prettier configuration (@w5s/prettier-config)
Prettier shared configuration
Installation
npm install --save-dev @w5s/prettier-configUsage
In the .prettierrc.json for your project
"@w5s/prettier-config"Or in the .prettierrc.js, to be able to override rules
module.exports = {
...require('@w5s/prettier-config'),
// Override rules
};Requirements
Prettier: 2.x
License
MIT © Julien Polo [email protected]
