mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 12:37:57 -05:00
[Fix] eslint peerDep should not include breaking changes.
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
"parallelshell": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=1.0.0"
|
||||
"eslint": "^1.0.0",
|
||||
"eslint-plugin-react": "^3.16.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user