Tjatse / node-readability

Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.
341 stars 36 forks source link

Use JavaScript Standard Style [enhancement] #24

Closed midudev closed 8 years ago

midudev commented 8 years ago

I've been following the project for a while and we're using on an experimental project on my company. Now, while I want to contribute with Pull Requests I find that would be nice to follow some guideline and stick with it. What about following the javascript standard style to code it https://github.com/feross/standard

The most famous editors, like Sublime Text and Atom, have plugins to check on realtime the syntax and tell you what's wrong with your code to stick with the style.

Also, it would be great to consider adding some ES6 syntax (depending on the node version that the project want to support).

Tjatse commented 8 years ago

Sounds good :+1:

midudev commented 8 years ago

Fantastic! :+1: Just share with me the target node version of the project and if you like to start receiving pull requests for moving the project to standard style. :)

Tjatse commented 8 years ago

supported since v0.4.6-alpha ^^

midudev commented 8 years ago

Great! :)