Add item to ESLint Hooks plugin changelog

This commit is contained in:
Dan Abramov
2020-05-12 17:02:37 +01:00
committed by GitHub
parent c3ff21e01b
commit e936034eec

View File

@@ -1,3 +1,6 @@
## 4.0.1
* Declare support for ESLint 7. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#18878](https://github.com/facebook/react/pull/18878))
## 4.0.0
* **New Violations:** Consider `PascalCase.useFoo()` calls as Hooks. ([@cyan33](https://github.com/cyan33) in [#18722](https://github.com/facebook/react/pull/18722))