npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fly-prettier

1.0.0

@lukeed

npmHomeRepoSnykSocket
Downloads:2
$ npm install fly-prettier
DailyWeeklyMonthlyYearly

fly-prettier

Prettier plugin for Fly

Install

npm install --save-dev fly-prettier

Usage

exports.lint = function * (fly) {
  yield fly.source('src/**/*.js').prettier({
    semi: false,
    useTabs: true,
    trailingComma: 'es5'
  }).target('dist/js');
}

API

.prettier(options)

All configuration options can be found in Prettier's API documentation.

License

MIT © Luke Edwards