app/react/Charts/components/ColoredBar.js
Prefer named exports. Open
Open
export default ColoredBar;
- 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 React from 'react';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
return <Rectangle {...props} stroke="none" fill={colorPallete[index % colorScheme.length]} />;
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/