1.3.0 • Published 11 months ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.2.0

11 months ago