Skip to content

Commit

Permalink
fix: mark eslint plugins as peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 12, 2021
1 parent c22e944 commit a0682cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ncurc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dep": "prod"
"dep": "prod,dev"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"url": "https://github.com/cheminfo/eslint-config/issues"
},
"homepage": "https://github.com/cheminfo/eslint-config#readme",
"dependencies": {
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jest": "^25.0.5"
},
"peerDependencies": {
"eslint": ">=7.8.0"
"eslint": ">=7.8.0",
"eslint-plugin-import": ">=2.25.1",
"eslint-plugin-jest": ">=25.0.5"
},
"devDependencies": {
"eslint": "7.8.0",
"eslint-plugin-import": "2.25.1",
"eslint-plugin-jest": "25.0.5",
"prettier": "^2.4.1"
}
}

0 comments on commit a0682cb

Please sign in to comment.