2.0.1 • Published 11 months ago
@electerious/prettier-config v2.0.1
Prettier configuration
Shareable Prettier configuration for my personal projects.
Install
Install this package. It already includes Prettier and the necessary plugins.
npm install --save-dev @electerious/prettier-configUsage
Create a file named .prettierrc.js with following contents in the root folder of your project:
module.exports = {
...require('@electerious/prettier-config'),
}That's it! You can override the settings by editing the .prettierrc.js file.