app/react/Forms/components/FormGroup.js
Prop type "any" is forbidden Open
Open
model: PropTypes.any,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Imported JSX component custom must be in PascalCase or SCREAMING_SNAKE_CASE Open
Open
<Control.custom
- 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 FormGroup extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Declare only one React component per file Open
Open
export class FormGroup extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
'hasError' PropType is defined but prop is never used Open
Open
hasError: PropTypes.bool,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default connect()(FormGroup);
- 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 "any" is forbidden Open
Open
children: PropTypes.any,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/