UNPKG

react-easy-setup

Version:

A custom React project setup with Husky and ESLint for pre-commit hooks and code quality

13 lines (11 loc) 210 B
export const About = () => { return ( <div> <h1>Contents of this Package</h1> <h3>React</h3> <h3>React router dom</h3> <h3>EsLint Setup</h3> <h3>Husky</h3> </div> ) }