app/react/Forms/components/Select.js
Definition for rule 'node/no-restricted-import' was not found. Open
Open
/** @format */
- 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 default class Select extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default class Select extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
options: PropTypes.arrayOf(PropTypes.object).isRequired,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Expected 1 empty line after import statement not followed by another import. Open
Open
import { t } from 'app/I18N';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/