1.3.0 • Published 2 years ago

@epiphany-rbc/lisa-prettier-config v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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"
}
1.3.0

2 years ago

1.2.0

2 years ago