-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
Report generated by eslint-plus-action |
@@ -1,5 +1,5 @@ | |||
import { withStyles } from '@material-ui/core/styles' | |||
import * as React from 'react' | |||
import { ReactElement } from 'react' |
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.
you can actually access it via React.ReactElement
without importing, React
namespace is available globally for types
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.
You grep-fu is superior
E2E Tests Passed |
What it solves
Solves pending ESLint issues