Skip to content

Commit

Permalink
Relax eslint-config-prettier version requirement (#50)
Browse files Browse the repository at this point in the history
### Public-Facing Changes

Relaxed peer dependency for eslint-config-prettier to allow v9

### Description

Relates to foxglove/mcap#1014
  • Loading branch information
jtbandes authored Nov 16, 2023
1 parent e4c9661 commit ea1c258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxglove/eslint-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Foxglove ESLint rules and configuration",
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"peerDependencies": {
"eslint": "^7 || ^8",
"eslint-config-prettier": "^8",
"eslint-config-prettier": "^8 || ^9",
"eslint-plugin-es": "^4",
"eslint-plugin-filenames": "^1",
"eslint-plugin-import": "^2",
Expand Down

0 comments on commit ea1c258

Please sign in to comment.