@epiphany-rbc/lisa-prettier-config
v1.3.0
Published
Epiphany RBC Prettier config for Javascript
Downloads
6
Keywords
Readme
Epiphany javascript code standards prettier plugin
This is prettier config plugin used by Epiphany RBC for Lisa applications.
Usage
Within your project, import this prettier config in your .prettierrc.cjs
file.
module.exports = {
...require('@epiphany-rbc/lisa-prettier-config'),
// new prettier rule here
};
If you don't need to extend the configuration with additional prettier rules, you can also reference this configuration in your package.json
file
{
"prettier": "@epiphany-rbc/lisa-prettier-config"
}