app/react/Templates/components/FormConfigCommon.js
Prop type "object" is forbidden Open
Open
formState: PropTypes.shape({ $form: PropTypes.object }).isRequired,
- 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={`prioritySorting${index}`} type="checkbox" />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "index" is not required, but has no corresponding defaultProps declaration. Open
Open
index: PropTypes.number,
- 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 FormConfigCommon extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect(mapStateToProps)(FormConfigCommon);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "array" is forbidden Open
Open
data: PropTypes.shape({ commonProperties: PropTypes.array }).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 PropTypes from 'prop-types';
- 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={`label${index}`} className="form-control" />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/