Skip to content

Commit

Permalink
Trying better eslint peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Nov 25, 2019
1 parent d3fa0cc commit 96890ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .babelrc
@@ -1,7 +1,13 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-flow-strip-types",
]
"presets": [
[
"airbnb",
{
"targets": {
"node": 4
}
}
]
],
"plugins": ["@babel/plugin-transform-flow-strip-types"]
}
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -61,6 +61,9 @@
"peerDependencies": {
"eslint": "^5 || ^6"
},
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6"
},
"jest": {
"coverageReporters": [
"lcov"
Expand Down

0 comments on commit 96890ac

Please sign in to comment.