Antoine Codogno

Results 2 issues of Antoine Codogno

- add import sorting - add unused import removal - add prettier plugin - run new rules on codebase

When using useState to track state in dev tool, passing "null" as argument to state setter will result in error in reinspect: ![image](https://user-images.githubusercontent.com/13216617/65497418-82b9aa80-deba-11e9-9837-00245716731e.png) ```typescript const App = () => {...