ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
127 stars 54 forks source link

Create react app eslint config not working #42

Closed ayushagg31 closed 3 years ago

ayushagg31 commented 3 years ago

Describe the bug CRA provides ESLint rules with it, but due to some reasons, it's not suggesting about warning/errors.

To Reproduce Steps to reproduce the behavior:

  1. Run Project
  2. Go to Trellis home page
  3. Now you'll see some warnings related to eslint-config-react-app

Screenshots image

Probable Causes

Toshiuk commented 3 years ago

Assign?

Toshiuk commented 3 years ago

Here is the PR https://github.com/ayushagg31/Trellis/pull/43

ayushagg31 commented 3 years ago

sure, I'll take a look.