octoblu/zooid-form-field

View on GitHub

Showing 4 of 4 total issues

propType "children" is not required, but has no corresponding defaultProp declaration.
Open

  children: PropTypes.node,
Severity: Minor
Found in src/FormField/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Expected empty line after import statement not followed by another import.
Open

import FormField from './FormField'
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

JSX not allowed in files with extension '.js'
Open

  return <div className={classes}>{children}</div>
Severity: Minor
Found in src/FormField/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

propType "className" is not required, but has no corresponding defaultProp declaration.
Open

  className: PropTypes.string,
Severity: Minor
Found in src/FormField/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Severity
Category
Status
Source
Language