Skip to content

Commit b7b644b

Browse files
authored
Merge pull request #23 from LeetCode-OpenSource/greenkeeper/eslint-config-prettier-5.0.0
Update eslint-config-prettier to the latest version 🚀
2 parents 07a554b + d7af9c3 commit b7b644b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@typescript-eslint/eslint-plugin": "^1.7.0",
7373
"codecov": "^3.2.0",
7474
"eslint": "5.3.0",
75-
"eslint-config-prettier": "^4.1.0",
75+
"eslint-config-prettier": "^5.0.0",
7676
"eslint-plugin-react": "^7.12.4",
7777
"husky": "^2.1.0",
7878
"immer": "^3.1.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2816,10 +2816,10 @@ escodegen@~1.9.0:
28162816
optionalDependencies:
28172817
source-map "~0.6.1"
28182818

2819-
eslint-config-prettier@^4.1.0:
2820-
version "4.2.0"
2821-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.2.0.tgz#70b946b629cd0e3e98233fd9ecde4cb9778de96c"
2822-
integrity sha512-y0uWc/FRfrHhpPZCYflWC8aE0KRJRY04rdZVfl8cL3sEZmOYyaBdhdlQPjKZBnuRMyLVK+JUZr7HaZFClQiH4w==
2819+
eslint-config-prettier@^5.0.0:
2820+
version "5.0.0"
2821+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz#f7a94b2b8ae7cbf25842c36fa96c6d32cd0a697c"
2822+
integrity sha512-c17Aqiz5e8LEqoc/QPmYnaxQFAHTx2KlCZBPxXXjEMmNchOLnV/7j0HoPZuC+rL/tDC9bazUYOKJW9bOhftI/w==
28232823
dependencies:
28242824
get-stdin "^6.0.0"
28252825

0 commit comments

Comments
 (0)