Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 6d817d4

Browse files
authored
⬆️ Update eslint-config-prettier to version 7.0.0 (#220)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent f2dc74a commit 6d817d4

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/eslint-plugin": "^4.8.2",
3434
"@typescript-eslint/parser": "^4.9.0",
3535
"eslint": "^7.15.0",
36-
"eslint-config-prettier": "^6.15.0",
36+
"eslint-config-prettier": "^7.0.0",
3737
"express": "^4.17.1",
3838
"prettier": "^2.2.1",
3939
"rimraf": "^3.0.2",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -700,12 +700,10 @@ escape-string-regexp@^1.0.5:
700700
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
701701
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
702702

703-
eslint-config-prettier@^6.15.0:
704-
version "6.15.0"
705-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
706-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
707-
dependencies:
708-
get-stdin "^6.0.0"
703+
eslint-config-prettier@^7.0.0:
704+
version "7.0.0"
705+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
706+
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
709707

710708
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
711709
version "5.1.1"
@@ -998,11 +996,6 @@ functional-red-black-tree@^1.0.1:
998996
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
999997
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
1000998

1001-
get-stdin@^6.0.0:
1002-
version "6.0.0"
1003-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
1004-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
1005-
1006999
glob-parent@^5.0.0, glob-parent@^5.1.0:
10071000
version "5.1.1"
10081001
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"

0 commit comments

Comments
 (0)