Known Issue: object-shorthand with spread operator

This commit is contained in:
Henry Zhu 2015-06-15 20:25:44 -04:00
parent 0c47ebe881
commit da3d4bf537

View File

@ -13,6 +13,7 @@ For questions and support please visit the `#linting` [babel slack channel](http
## Known Issues
> For issues related to JSX (especially `no-unused-vars`), see if [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) helps!
- `generator-star` with async/await functions [#78](https://github.com/babel/babel-eslint/issues/78)
- `object-shorthand` with spread operator [#131](https://github.com/babel/babel-eslint/issues/131)
## How does it work?