app/react/Metadata/components/GeolocationViewer.js
Definition for rule 'node/no-restricted-import' was not found. Open
Open
import React from 'react';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
<Map {...componentProps} height={370} markers={markers} mapStyleSwitcher showControls />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
points: PropTypes.arrayOf(PropTypes.object),
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Do not use Array index in keys Open
Open
<div key={i}>
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default GeolocationViewer;
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/