Closed
Description
- Check out https://github.com/topcoder-platform/community-app/tree/qa-accessibility-fix-lint
- Run
> npm run lint
- Causes validation erros like
/Users/sushil/project/tc/community-app/src/shared/containers/terms-detail/index.jsx
151:39 error 'theme.modalMsg' is missing in props validation react/prop-types
- Fix all the proptype validation issues and do not change lint rules
- Your changes should not break any functionality, please do smoke test locally
- PR to
qa-accessibility-fix-lint