Skip to content

Commit e208fa8

Browse files
authored
Merge pull request #4338 from isasharafdin/prettier
added topic: prettier
2 parents ff120c2 + a7e193e commit e208fa8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

topics/prettier/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
aliases: prettier-js
3+
created_by: James Long
4+
display_name: Prettier
5+
github_url: https://github.com/prettier/prettier
6+
logo: prettier.png
7+
released: January 2017
8+
short_description: Prettier is an opinionated code formatter that supports many languages and integrates with most editors.
9+
topic: prettier
10+
url: https://prettier.io/
11+
wikipedia_url: https://en.wikipedia.org/wiki/Prettier
12+
related: eslint, code-style, formatting
13+
---
14+
**Prettier** is an opinionated code formatter created by James Long. 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. Prettier supports many programming languages and integrates with most editors. It is widely used in the JavaScript community to maintain code style consistency, reduce debates on code styling, and improve code readability.

topics/prettier/prettier.png

11.3 KB
Loading

0 commit comments

Comments
 (0)