Skip to content

Commit

Permalink
fix: include eslint as peer dep (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Aug 3, 2024
1 parent ae12dda commit caf1120
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
],
"author": "Tony Brix <[email protected]> (https://Tony.Brix.ninja)",
"license": "MIT",
"peerDependencies": {
"eslint": ">=9"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.6.1",
"eslint": "^9.8.0",
"eslint-plugin-n": "^17.10.1",
"globals": "^15.9.0",
"typescript-eslint": "^8.0.0"
Expand All @@ -26,6 +28,7 @@
"@semantic-release/github": "^10.1.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"eslint": "^9.8.0",
"semantic-release": "^24.0.0"
}
}

0 comments on commit caf1120

Please sign in to comment.