Skip to content

mili-project-manager/mili-handler-prettier

Repository files navigation

@mili-handlers/prettier

version downloads license dependencies coveralls

The mili handler used to format code by prettier.

Usage

import prettier from '@mili-handlers/prettier'

const rules = [{
  path: 'file_path',
  handler: prettier({ semi: false })
}]

Sponsor

Support code development on patron.

patron

Contributing & Development

If there is any doubt, it is very welcome to discuss the issue together. Please read Contributor Covenant Code of Conduct and CONTRIBUTING.