Showing 3,439 of 3,635 total issues
propType "closePanel" is not required, but has no corresponding defaultProps declaration. Open
closePanel: PropTypes.func,
- 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
export class SearchForm extends Component {
- 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
export class SearchResults extends Component {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "buttons" is not required, but has no corresponding defaultProps declaration. Open
buttons: PropTypes.array,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "array" is forbidden Open
links: PropTypes.array,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
component = shallow(<MarkdownViewer {...props} />);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
export default MarkdownViewer;
- 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
import { Parser as HTMLParser } from 'htmlparser2';
- 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
/**
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
{...props}
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images. Open
<img src="img1.jpg" />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Do not use Array index in keys Open
<PagesContext.Provider value={item} key={index}>
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Do not use Array index in keys Open
<Cell key={index} fill={sliceColors[index % sliceColors.length]} />
- 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
import ImageGallery from 'react-image-gallery';
- 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
export class ValueComponent extends Component {
- 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
export const GaugeChartComponent = props => {
- 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
import React from 'react';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "visibleCount" is not required, but has no corresponding defaultProps declaration. Open
visibleCount: PropTypes.number,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "children" is not required, but has no corresponding defaultProps declaration. Open
children: PropTypes.array,
- 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
<input className="form-control" type="text" placeholder={placeholder} />
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/