Skip to content

Commit

Permalink
fix: Update prettier peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Mar 8, 2021
1 parent f96cf5d commit 3989a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid/eslint-config-base",
"version": "0.2.0",
"version": "0.2.1",
"description": "Solid defaults for eslinting.",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/parser": "4.x",
"eslint": "7.x",
"eslint-config-airbnb-base": "14.x",
"eslint-config-prettier": "7.x",
"eslint-config-prettier": "8.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jest": "24.x",
"eslint-plugin-prettier": "3.x"
Expand Down

0 comments on commit 3989a2e

Please sign in to comment.