app/react/Viewer/components/ViewerComponent.js
Prop spreading is forbidden Open
Open
return entity.get('defaultDoc') ? <PDFView {...this.props} /> : <EntityView {...this.props} />;
- 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 { Map } from 'immutable';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
return entity.get('defaultDoc') ? <PDFView {...this.props} /> : <EntityView {...this.props} />;
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/