Skip to content

Commit

Permalink
feat: move plugins to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 27, 2024
1 parent 8d3033a commit 4ac3b78
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-xo-space": "^0.35.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.1"
},
"peerDependencies": {
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-n": "^15",
Expand All @@ -17,6 +19,10 @@
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-n": "^15",
"eslint-plugin-perfectionist": "^2.7.0",
"typescript": "^5"
},
"engines": {
Expand Down

0 comments on commit 4ac3b78

Please sign in to comment.