-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/better eslint rules #21
Feat/better eslint rules #21
Conversation
pages/index.js
Outdated
@@ -2,6 +2,10 @@ import PropTypes from 'prop-types'; | |||
import Repos from '@app/containers/Repos/index'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove the redundant index
import Repos from '@app/containers/Repos';
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's make similar changes in other places where applicable as well please
LGTM |
Coverage reportTotal coverage
Report generated by 🧪jest coverage report action from a3ee97e |
This pr contains more better and stricter eslint rules.
Reference for this PR: wednesday-solutions/react-template#193