app/react/Viewer/components/ViewerDefaultMenu.js
propType "targetDoc" is not required, but has no corresponding defaultProps declaration. Open
Open
targetDoc: PropTypes.bool,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "openPanel" is not required, but has no corresponding defaultProps declaration. Open
Open
openPanel: PropTypes.func,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "panelIsOpen" is not required, but has no corresponding defaultProps declaration. Open
Open
panelIsOpen: PropTypes.bool,
- 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 ViewerDefaultMenu extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
'targetDoc' PropType is defined but prop is never used Open
Open
targetDoc: PropTypes.bool,
- 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 PropTypes from 'prop-types';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
doc: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "doc" is not required, but has no corresponding defaultProps declaration. Open
Open
doc: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "active" is not required, but has no corresponding defaultProps declaration. Open
Open
active: PropTypes.bool,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
'doc' PropType is defined but prop is never used Open
Open
doc: PropTypes.object,
- 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)(ViewerDefaultMenu);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/