Skip to content

Commit

Permalink
fix(peers): update dependency eslint to ^6.8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for ESLint versions unsupported by Airbnb
configurations
  • Loading branch information
rfgamaral committed Jun 19, 2020
1 parent f0460bd commit dc3a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"typescript": "3.9.5"
},
"peerDependencies": {
"eslint": ">=6",
"eslint": "^6.8",
"prettier": ">=2",
"typescript": ">=3.3"
}
Expand Down

0 comments on commit dc3a34e

Please sign in to comment.