tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book
http://tooling.github.io/book-of-modern-frontend-tooling/
2.53k stars 177 forks source link

Getting started + linter #30

Closed belen-albeza closed 10 years ago

belen-albeza commented 10 years ago

Instead of making a huge PR with everything written, I think it'd be easier to review in chunks. Here's the "Getting started" plus the "Linting code" sections.

Please help! I'm not a native speaker, and we don't want a book with spelling errors or odd phrasing :P

tomByrer commented 10 years ago

Smart to submit smaller pieces! BTW, I found another book with an example how to build a Grunt task; might be a good idea to... borrow.

addyosmani commented 10 years ago

I agree. Smaller, focused pieces are easier to review. Thanks!

sindresorhus commented 10 years ago

Should also mention task targets.

belen-albeza commented 10 years ago

Thanks a lot for the typos and suggestions!

belen-albeza commented 10 years ago

Fixed typos and did some copy editing. Thanks @sindresorhus spotting so many things!

belen-albeza commented 10 years ago

@addyosmani About Node references, since it is something that affects multiple tools, we should have a common introduction to it, and then refer to that chapter/section IMHO

addyosmani commented 10 years ago

That sounds reasonable to me :) Let's merge this and we can follow up with PRs for the other sections as time allows.