Skip to content

Commit c1ce13d

Browse files
authored
Update eslint-config-prettier to the latest version 🚀 (#34)
Update eslint-config-prettier to the latest version 🚀
2 parents d88953d + bcaa680 commit c1ce13d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ava": "^2.0.0",
4545
"coveralls": "^3.0.2",
4646
"eslint": "^5.14.0",
47-
"eslint-config-prettier": "^4.0.0",
47+
"eslint-config-prettier": "^5.0.0",
4848
"husky": "^2.0.0",
4949
"lint-staged": "^8.1.4",
5050
"nyc": "^14.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,10 +1638,10 @@ escape-string-regexp@^2.0.0:
16381638
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
16391639
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
16401640

1641-
eslint-config-prettier@^4.0.0:
1642-
version "4.0.0"
1643-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9"
1644-
integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g==
1641+
eslint-config-prettier@^5.0.0:
1642+
version "5.0.0"
1643+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz#f7a94b2b8ae7cbf25842c36fa96c6d32cd0a697c"
1644+
integrity sha512-c17Aqiz5e8LEqoc/QPmYnaxQFAHTx2KlCZBPxXXjEMmNchOLnV/7j0HoPZuC+rL/tDC9bazUYOKJW9bOhftI/w==
16451645
dependencies:
16461646
get-stdin "^6.0.0"
16471647

0 commit comments

Comments
 (0)