Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
prettier /
Delete
Unzip
Name
Size
Permission
Date
Action
esm
[ DIR ]
drwxr-xr-x
2022-04-21 14:29
LICENSE
274.32
KB
-rw-r--r--
2022-04-21 14:26
README.md
4.03
KB
-rw-r--r--
2022-04-21 14:26
bin-prettier.js
1.94
KB
-rw-r--r--
2022-04-21 14:26
cli.js
409.89
KB
-rw-r--r--
2022-04-21 14:26
doc.js
66.69
KB
-rw-r--r--
2022-04-21 14:26
index.js
1.43
MB
-rw-r--r--
2022-04-21 14:26
package.json
612
B
-rw-r--r--
2022-04-21 14:26
parser-angular.js
57.77
KB
-rw-r--r--
2022-04-21 14:26
parser-babel.js
297.58
KB
-rw-r--r--
2022-04-21 14:26
parser-espree.js
150.27
KB
-rw-r--r--
2022-04-21 14:26
parser-flow.js
1.97
MB
-rw-r--r--
2022-04-21 14:26
parser-glimmer.js
187.96
KB
-rw-r--r--
2022-04-21 14:26
parser-graphql.js
42.15
KB
-rw-r--r--
2022-04-21 14:26
parser-html.js
158.15
KB
-rw-r--r--
2022-04-21 14:26
parser-markdown.js
165.55
KB
-rw-r--r--
2022-04-21 14:26
parser-meriyah.js
157.62
KB
-rw-r--r--
2022-04-21 14:26
parser-postcss.js
187.31
KB
-rw-r--r--
2022-04-21 14:26
parser-typescript.js
3.35
MB
-rw-r--r--
2022-04-21 14:26
parser-yaml.js
126.61
KB
-rw-r--r--
2022-04-21 14:26
standalone.js
430.37
KB
-rw-r--r--
2022-04-21 14:26
third-party.js
295.89
KB
-rw-r--r--
2022-04-21 14:26
Save
Rename
 <h2 align="center">Opinionated Code Formatter</h2> <p align="center"> <em> JavaScript · TypeScript · Flow · JSX · JSON </em> <br /> <em> CSS · SCSS · Less </em> <br /> <em> HTML · Vue · Angular </em> <br /> <em> GraphQL · Markdown · YAML </em> <br /> <em> <a href="https://prettier.io/docs/en/plugins.html"> Your favorite language? </a> </em> </p> <p align="center"> <a href="https://github.com/prettier/prettier/actions?query=workflow%3AProd+branch%3Amain"> <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Prod?label=Prod&style=flat-square"></a> <a href="https://github.com/prettier/prettier/actions?query=workflow%3ADev+branch%3Amain"> <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Dev?label=Dev&style=flat-square"></a> <a href="https://github.com/prettier/prettier/actions?query=workflow%3ALint+branch%3Amain"> <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Lint?label=Lint&style=flat-square"></a> <a href="https://codecov.io/gh/prettier/prettier"> <img alt="Codecov Coverage Status" src="https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square"></a> <a href="https://twitter.com/acdlite/status/974390255393505280"> <img alt="Blazing Fast" src="https://img.shields.io/badge/speed-blazing%20%F0%9F%94%A5-brightgreen.svg?style=flat-square"></a> <br/> <a href="https://www.npmjs.com/package/prettier"> <img alt="npm version" src="https://img.shields.io/npm/v/prettier.svg?style=flat-square"></a> <a href="https://www.npmjs.com/package/prettier"> <img alt="weekly downloads from npm" src="https://img.shields.io/npm/dw/prettier.svg?style=flat-square"></a> <a href="#badge"> <img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a> <a href="https://gitter.im/jlongster/prettier"> <img alt="Chat on Gitter" src="https://img.shields.io/gitter/room/jlongster/prettier.svg?style=flat-square"></a> <a href="https://twitter.com/PrettierCode"> <img alt="Follow Prettier on Twitter" src="https://img.shields.io/twitter/follow/prettiercode.svg?label=follow+prettier&style=flat-square"></a> </p> ## 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 <!-- prettier-ignore --> ```js foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne()); ``` ### Output ```js foo( reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne() ); ``` Prettier can be run [in your editor](https://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) 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](https://prettier.io/docs/en/)** <!-- prettier-ignore --> [Install](https://prettier.io/docs/en/install.html) · [Options](https://prettier.io/docs/en/options.html) · [CLI](https://prettier.io/docs/en/cli.html) · [API](https://prettier.io/docs/en/api.html) **[Playground](https://prettier.io/playground/)** --- ## Badge Show the world you're using _Prettier_ → [](https://github.com/prettier/prettier) ```md [](https://github.com/prettier/prettier) ``` ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md).