OSCA-Kampala-Chapter / react-ui

The React Components Library:sparkles:
https://react-ui.org
MIT License
24 stars 15 forks source link

Added ESLint to project #28

Closed SoulSolomon21 closed 1 year ago

SoulSolomon21 commented 1 year ago

I added eslint to the project by creating an eslintrc.js file in the root directory. I added some basic configurations following a guide . Here is the link . I only set up eslint, so prettier still needs to be set up.

Closes #10

HassanBahati commented 1 year ago

Looks good to me:rocket:. Thank you @SoulSolomon21 for the contribution