Skip to content

Commit

Permalink
Merge pull request #16 from 20minutes/fix/eslint-config-prettier-9.0
Browse files Browse the repository at this point in the history
Allow `eslint-config-prettier` 9.0 in peer deps
  • Loading branch information
j0k3r authored Aug 23, 2023
2 parents 42c015d + 8e59efb commit 4c82bfe
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": "@20minutes/eslint-config",
"version": "1.2.5",
"version": "1.2.6",
"description": "ESLint shareable config for 20 Minutes",
"license": "MIT",
"devDependencies": {
Expand All @@ -20,7 +20,7 @@
"peerDependencies": {
"eslint": "7.* || 8.*",
"eslint-config-airbnb": ">=16.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
"eslint-plugin-prettier": ">=4.0.0",
"prettier": ">=2.0.0"
},
Expand Down

0 comments on commit 4c82bfe

Please sign in to comment.