NITDgpOS / Fearch

This is a chrome extension where we can search music,video and books over ftp servers. You can add it to your chrome using this link -
https://chrome.google.com/webstore/search/fearch
MIT License
37 stars 37 forks source link

Shorten line lengths #70

Open abhay-raizada opened 7 years ago

abhay-raizada commented 7 years ago

right now line lengths are huge and make devs side scroll. it'll be more readable if line lenghts are shorter

PaliwalSparsh commented 7 years ago

Thanks @abhsag24 for the suggestion.

Steps to do this issue -

  1. Add this to property to .eslintrc http://eslint.org/docs/rules/max-len
  2. Run grunt lint and fix the errors.
  3. Submit PR !!
simran9928 commented 5 years ago

I want to work on this issue

AvinashAgarwal14 commented 5 years ago

Great. Please go ahead.