diff --git a/eslint/babel-eslint-parser/README.md b/eslint/babel-eslint-parser/README.md index ec6b7d00f2..ff69f51786 100644 --- a/eslint/babel-eslint-parser/README.md +++ b/eslint/babel-eslint-parser/README.md @@ -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?