gbowne1 / codebooker

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Dev Feat] Add .eslintignore and .prettierignore files

gbowne1 opened this issue · comments

To save prettifying and ESLint's linting time, we should add .prettierignore and .eslintignore files.

We do not need Prettier and ESLint messing with stuff like the code that ships when create react app runs like the /public folder and index.css and reportWebVitals.js (other than App.js) and also node_modules can be excluded.

Keep in mind that these files use .gitignore syntax.

@gbowne1 Can I take this?

Yes you can @akshitarora921. I will assign you.