Skip to content

Commit

Permalink
Downgrade eslint to ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpneo committed Nov 1, 2019
1 parent a965f57 commit 84e4754
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ableco/eslint-config",
"version": "0.1.4",
"version": "0.1.5",
"description": "ESLint configuration from https://github.com/ableco/coding-standards",
"main": "index.js",
"repository": "https://github.com/ableco/eslint-config",
"author": "Able",
"license": "MIT",
"peerDependencies": {
"eslint": "^6.0.0",
"eslint": "^5.0.0",
"prettier": "^1.18.0"
},
"dependencies": {
Expand All @@ -18,7 +18,7 @@
"eslint-plugin-react-hooks": "^2.1.1"
},
"devDependencies": {
"eslint": "^6.5.1",
"prettier": "^1.18.2"
"eslint": "^5.0.0",
"prettier": "^1.18.0"
}
}

0 comments on commit 84e4754

Please sign in to comment.