grubersjoe/prettier-reflow


Fork of Prettier to change the code style

License: MIT

Language: JavaScript


Prettier Banner

Opinionated Code Formatter

JavaScript · TypeScript · Flow · JSX · JSON
CSS · SCSS · Less
HTML · Vue · Angular
GraphQL · Markdown · YAML
Your favorite language?

Github Actions Build Status Github Actions Build Status Github Actions Build Status Codecov Coverage Status Blazing Fast
npm version weekly downloads from npm code style: prettier Chat on Gitter Follow Prettier on Twitter

Intro

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Input

foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne());

Output

foo(
  reallyLongArg(),
  omgSoManyParameters(),
  IShouldRefactorThis(),
  isThereSeriouslyAnotherOne()
);

Prettier can be run in your editor on-save, in a pre-commit hook, or in CI environments to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again!


Documentation

Install · Options · CLI · API

Playground


Badge

Show the world you're using Prettiercode style: prettier

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Contributing

See CONTRIBUTING.md.

Project Statistics

Sourcerank 5
Repository Size 47.4 MB
Stars 1
Forks 0
Watchers 1
Open issues disabled
Dependencies 0
Contributors 516
Tags 101
Created
Last updated
Last pushed

Top Contributors See all

fisker Cheung Christopher Chedeau Ika dependabot-preview[bot] dependabot[bot] Lucas Duailibe Lucas Azzola James Long Georgii Dolzhykov Simon Lydell SUZUKI Sosuke Alexander Akait Joseph Frazier Brian Ng Lipis Jed Fox Lily Skye Davy Duperron Danny Martini Alex Rattray

Packages Referencing this Repo

prettier-reflow
Prettier is an opinionated code formatter
Latest release 2.2.1 - Updated - 1 stars

Recent Tags See all

2.1.2 September 16, 2020
2.1.1 August 26, 2020
2.1.0 August 24, 2020
2.0.5 April 21, 2020
2.0.4 April 06, 2020
2.0.3 April 05, 2020
2.0.2 March 23, 2020
2.0.1 March 21, 2020
2.0.0 March 21, 2020
1.19.1 November 09, 2019
1.19.0 November 09, 2019
1.18.2 June 07, 2019
remove June 07, 2019
1.18.1 June 07, 2019
1.18.0 June 06, 2019

Something wrong with this page? Make a suggestion

Last synced: 2020-12-28 13:59:43 UTC

Login to resync this repository