mprettier

Minimalistic prettier runner for more performant Atom startup

t9md

889

1

0.6.0

MIT

GitHub

mprettier

⚠️ Alpha status: Might introduce breaking changes until I set this stable(or remove this warning).

Minimalistic prettier runner for AtomEditor

If this package is not for you, use prettier-atom which is basically better than this package.

img

How to use?

Config example

config.cson

  mprettier:
    prettierOptions:
      bracketSpacing: false
      jsxBracketSameLine: true
      printWidth: 120
      semi: false
      trailingComma: "es5"

TODO

Thanks

Thanks for creating super great library and tools, this package is greatly owning to following projects.