react-boilerplate / react-boilerplate-typescript

⚠️ MOVED TO react-boilerplate/react-boilerplate-cra-template

Home Page:https://github.com/react-boilerplate/react-boilerplate-cra-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the project with stricter typings

GrayStrider opened this issue · comments

  • add linter warning for any/unknown
  • update any/unknown types wherever possible
  • enable noImplicitAny

I re-built this repo with create react app -> https://github.com/react-boilerplate/react-boilerplate-cra-template

Lets continue there :)