jerisalan / SF-Transit

A starter D3.js and React based web app to visualize SF transit
0 stars 0 forks source link

Is this ready to use? #2

Open PipBoy2000 opened 6 years ago

PipBoy2000 commented 6 years ago

Also getting:

./src/TransitApp.js
  Line 41:  'streets' is assigned a value but never used        no-unused-vars
  Line 42:  'neighborhoods' is assigned a value but never used  no-unused-vars
  Line 43:  'arteries' is assigned a value but never used       no-unused-vars
  Line 44:  'freeways' is assigned a value but never used       no-unused-vars

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

Is this ready to use or is it an incomplete project?

jerisalan commented 6 years ago

eslint did not raise these flags by default when the project was initially upon. I developed it in my free time just to learn React and D3.js. You are free to extend it in whatsoever form you may like.