update
This commit is contained in:
+5994
File diff suppressed because it is too large
Load Diff
+8
-6
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
<h2 align="center">Opinionated Code Formatter</h2>
|
||||
|
||||
@@ -37,8 +37,12 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://dev.azure.com/prettier/prettier/_build/latest?definitionId=5">
|
||||
<img alt="Azure Pipelines Build Status" src="https://img.shields.io/azure-devops/build/prettier/79013671-677c-4846-a6d8-3050d40e21c0/5.svg?style=flat-square&label=build&branchName=master"></a>
|
||||
<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">
|
||||
@@ -50,8 +54,6 @@
|
||||
<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>
|
||||
@@ -78,7 +80,7 @@ foo(
|
||||
);
|
||||
```
|
||||
|
||||
Prettier can be run [in your editor](http://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!
|
||||
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!
|
||||
|
||||
---
|
||||
|
||||
|
||||
+46
-46312
File diff suppressed because one or more lines are too long
+15085
File diff suppressed because it is too large
Load Diff
+1374
-2230
File diff suppressed because one or more lines are too long
+2
File diff suppressed because one or more lines are too long
+27
File diff suppressed because one or more lines are too long
+26
File diff suppressed because one or more lines are too long
+35
File diff suppressed because one or more lines are too long
+27
File diff suppressed because one or more lines are too long
+15
File diff suppressed because one or more lines are too long
+36
File diff suppressed because one or more lines are too long
+76
File diff suppressed because one or more lines are too long
+19
File diff suppressed because one or more lines are too long
+76
File diff suppressed because one or more lines are too long
+280
File diff suppressed because one or more lines are too long
+150
File diff suppressed because one or more lines are too long
+116
File diff suppressed because one or more lines are too long
+36186
-43158
File diff suppressed because one or more lines are too long
+18
-17
@@ -1,49 +1,52 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"prettier@1.19.1",
|
||||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||||
"prettier@2.7.1",
|
||||
"/home/node/nuxt"
|
||||
]
|
||||
],
|
||||
"_from": "prettier@1.19.1",
|
||||
"_id": "prettier@1.19.1",
|
||||
"_from": "prettier@2.7.1",
|
||||
"_id": "prettier@2.7.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
|
||||
"_integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
|
||||
"_location": "/prettier",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "prettier@1.19.1",
|
||||
"raw": "prettier@2.7.1",
|
||||
"name": "prettier",
|
||||
"escapedName": "prettier",
|
||||
"rawSpec": "1.19.1",
|
||||
"rawSpec": "2.7.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.19.1"
|
||||
"fetchSpec": "2.7.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/component-compiler-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
|
||||
"_spec": "1.19.1",
|
||||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||||
"_resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz",
|
||||
"_spec": "2.7.1",
|
||||
"_where": "/home/node/nuxt",
|
||||
"author": {
|
||||
"name": "James Long"
|
||||
},
|
||||
"bin": {
|
||||
"prettier": "bin-prettier.js"
|
||||
},
|
||||
"browser": "./standalone.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/prettier/prettier/issues"
|
||||
},
|
||||
"description": "Prettier is an opinionated code formatter",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"files": [
|
||||
"*.js"
|
||||
"*.js",
|
||||
"esm/*.mjs"
|
||||
],
|
||||
"funding": "https://github.com/prettier/prettier?sponsor=1",
|
||||
"homepage": "https://prettier.io",
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
@@ -52,8 +55,6 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/prettier/prettier.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "node -e \"assert.equal(require('.').version, require('..').version)\""
|
||||
},
|
||||
"version": "1.19.1"
|
||||
"unpkg": "./standalone.js",
|
||||
"version": "2.7.1"
|
||||
}
|
||||
|
||||
+2
-15
File diff suppressed because one or more lines are too long
+27
File diff suppressed because one or more lines are too long
+26
File diff suppressed because one or more lines are too long
+35
-1
File diff suppressed because one or more lines are too long
+27
-1
File diff suppressed because one or more lines are too long
+15
-1
File diff suppressed because one or more lines are too long
+36
-113
File diff suppressed because one or more lines are too long
+76
-132
File diff suppressed because one or more lines are too long
+19
File diff suppressed because one or more lines are too long
+76
-8
File diff suppressed because one or more lines are too long
+280
-14
File diff suppressed because one or more lines are too long
+148
-13
File diff suppressed because one or more lines are too long
+116
-31825
File diff suppressed because one or more lines are too long
+8850
-5462
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user