app/react/Library/components/SearchDescription.js
Definition for rule 'node/no-restricted-import' was not found. Open
Open
import React, { Component } from 'react';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
properties: PropTypes.arrayOf(PropTypes.object).isRequired,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect(mapStateToProps)(SearchDescription);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "array" is forbidden Open
Open
query: PropTypes.shape({ filters: PropTypes.object, types: PropTypes.array }),
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
query: PropTypes.shape({ filters: PropTypes.object, types: PropTypes.array }),
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/