JSPM

  • Created
  • Published
  • Downloads 1066
  • Score
    100M100P100Q127964F
  • License MIT

Prettier driver for Beemo.

Package Exports

  • @beemo/driver-prettier

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@beemo/driver-prettier) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Prettier Driver

Provides Prettier support for Beemo, a build tool manager.

Installation

yarn add @beemo/driver-prettier prettier
// Or
npm install @beemo/driver-prettier prettier --save

Usage

In your configuration module, install the driver and Prettier. Create a file at configs/prettier.js in which to house your Prettier configuration.

In your consuming project, enable the driver by adding prettier to your drivers config.

More information on how to get started can be found in the official documentation.