Skip to content

Commit

Permalink
fix: Don't require ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Sep 2, 2024
1 parent e70e756 commit 08fd5d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@
},
"peerDependencies": {
"eslint": "^9.6.0"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
}
}

0 comments on commit 08fd5d3

Please sign in to comment.