eslint-plugin-10x icon indicating copy to clipboard operation
eslint-plugin-10x copied to clipboard

Some ESLint rules to increase productivity in React

Results 1 eslint-plugin-10x issues
Sort by recently updated
recently updated
newest added

Seems it can't resolve to import these: ``` const SomePage: FC = memo(({ id }) => { ``` with empty FC's dont work either `XYZ: FC = () => {`...