app/react/Uploads/components/ImportProgress.js
Definition for rule 'node/no-restricted-import' was not found. Open
Open
/** @format */
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect(mapStateToProps, mapDispatchToProps)(ImportProgress);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Export statements should appear at the end of the file Open
Open
export class ImportProgress extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Export statements should appear at the end of the file Open
Open
export const mapStateToProps = state => ({
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/