jsx-eslint/eslint-plugin-react
Auf GitHub ansehenDetect uninitialized states and statefulness
Open
#1.778 geöffnet am 30. Apr. 2018
help wantednew rulequestion
Repository-Metriken
- Stars
- (8.630 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
First things first, thank you for making this great plugin. 🙌🏻I'm hopeful that I will be able to contribute to this project. Maybe you can tell me if my two requests below make sense. Or maybe there are some rules which I do the job that I haven't discovered yet.
PureComponentdetection works well but not the other way around: there are no errors thrown for usingsetStatein a component declared asextends React.PureComponent.- In React 16.3, it eslint should warn if we have uninitialized state in a stateful component.