app/react/Map/Markers.js
Prefer named exports. Open
Open
export default connect(mapStateToProps)(MarkersComponent);
- 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 MarkersComponent = ({ children, markers }) => children(markers);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Definition for rule 'node/no-restricted-import' was not found. Open
Open
import { connect } from 'react-redux';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/