Skip to content

Commit

Permalink
Merge pull request #5 from ableco/feature-version-0.1.2
Browse files Browse the repository at this point in the history
Add eslint-config-react-app peerDependencies as dependencies
  • Loading branch information
hpneo authored Oct 17, 2019
2 parents 734c893 + b3bb7b6 commit fae7698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ableco/eslint-config",
"version": "0.1.1",
"version": "0.1.2",
"description": "ESLint configuration from https://github.com/ableco/coding-standards",
"main": "index.js",
"repository": "https://github.com/ableco/eslint-config",
Expand All @@ -11,7 +11,9 @@
"eslint": "^6.5.1",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.1",
"eslint-utils": "^1.4.2",
"prettier": "^1.18.2"
Expand Down

0 comments on commit fae7698

Please sign in to comment.