eslint-config-problems
Advanced tools
Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "eslint-config-problems", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "An eslint config that catches problems in your code, without checking style. For use with prettier.", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"doctoc": "^1.3.0", | ||
"eslint": "^5.0.0", | ||
"eslint": "^6.0.0", | ||
"lodash.defaultsdeep": "^4.6.0", | ||
@@ -38,3 +38,3 @@ "prettier": "^1.5.2" | ||
"peerDependencies": { | ||
"eslint": "^5.0.0" | ||
"eslint": "^6.0.0 || ^5.0.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "prettier": { |
9386