@northern-devs/prettier-config
v1.0.1
Published
Northern Devs Prettier configuration
Downloads
4
Readme
Prettier Config
The Prettier configuration we use at Northern Devs for all of our projects.
Installation
npm i --save-dev @northern-devs/prettier-config
Ensure you have prettier installed as well, more information can be found here.
Usage
Modify your file .prettierrc.js
(or whereever your Prettier configuration is stored) to look like this:
module.exports = {
...require('@northern-devs/prettier-config'),
// Add any custom rule overrides BELOW the import
}
You may need to restart your IDE for the changes to take effect.