app/react/Library/components/NestedFilter.js
Prop type "object" is forbidden Open
Open
property: PropTypes.object.isRequired,
- 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 { Field } from 'react-redux-form';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
A control must be associated with a text label. Open
Open
<input id={`${model}strict`} type="checkbox" onChange={onChange} />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default NestedFilter;
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/