prettier-atom-space-parenthesis

Fork of prettier-atom: atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration

Skywalker13

1,080

0

Bug Reports

0.30.102

MIT

GitHub

This package consumes the following services:

Prettier for Atom using prettier-space-parenthesis fork

See https://github.com/Skywalker13/prettier-space-parenthesis

Prettier for Atom Watch on GitHubStar on GitHubTweet

Version Downloads Build Status Code Coverage MIT License All Contributors PRs Welcome

Atom package to format your JavaScript using Prettier. Comes with powerful optional ESlint integration.

Demo

prettier demo

Installation

apm install prettier-atom

Or, Settings β†’ Install β†’ Search for prettier-atom

Make sure to restart Atom app after package installation.

Usage

Use two ways:

If you use ESlint, check the "ESLint Integration" checkbox and poof, everything should work (we use Kent Dodds's prettier-eslint plugin under the hood). We will recursively search up the file tree for your package.json and eslint settings and use them when formatting.

prettier-eslint demo

More detailed descriptions of each option can be found in the Atom settings for this plugin.

Please open a pull request or file an issue if you notice bugs or something doesn't work as it should!

Inspiration

This repository was created by James Long to go along with his Prettier project. Kent C. Dodds extended Prettier to add eslint --fix integration as prettier-eslint and forked the original prettier-atom plugin to create the prettier-eslint-atom plugin. Because it became clear that the plugins were very similar and thus maintenance made easier by combining the two, prettier-eslint-atom, Rob Wise merged prettier-eslint back into prettier-atom.

Maintainers

Rob Wise

Contributors

Thanks goes to these people (emoji key):


James Long

πŸ’¬ πŸ’» πŸ“– πŸ”Œ πŸ‘€

Rob Wise

πŸ’» πŸ“– πŸ’¬ πŸ’‘ πŸ‘€ ⚠️

Kent C. Dodds

πŸ’» πŸ“– πŸš‡

Luca Barone


Arnar Þór Sveinsson

πŸ’»

Adam Miskiewicz

πŸ’»

Ori Livni

πŸ’»

Leon Chen

πŸ’»

Christopher Chedeau

πŸ’¬ πŸ’» πŸ”Œ

Christoph Geschwind

πŸ’»

Andrew Hutchings

πŸ’»

David Schnurr

πŸ’»

Ryan Cole

πŸ’»

Dara Hak

πŸ’» πŸ“–

Stephen John Sorensen

πŸ’»

Lukas Geiger

πŸ’» ⚠️

Viktor Charypar

πŸ’» ⚠️

Mats HΓΆgberg

πŸ’»

vaibhav

πŸ’»

Karl Horky

πŸ’»

Dan Abramov

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT