Update README file - Extend explanations, fix formatting mistakes and expand examples#2938
Update README file - Extend explanations, fix formatting mistakes and expand examples#2938bstashchuk wants to merge 13 commits intoairbnb:masterfrom
Conversation
bstashchuk
left a comment
There was a problem hiding this comment.
Thanks for the quick feedback @ljharb
I hope we will be able to incorporate few of my changes.
|
@ljharb I am still thinking about 19.6 There are actually general ESLint rules regarding method chains formatting but for some reason all examples are about jQuery and DOM manipulation. No pure JS examples of methods chaining for arrays or some objects manipulation. May I reduce quantity of the jQuery examples (or make them less confusing due to the long chains of method calls with different indents) and add some additional examples with bad/good formatting? |
bed075e to
352c3db
Compare
|
Hi @ljharb , |
352c3db to
891cff2
Compare
Co-authored-by: Jordan Harband <[email protected]>
Co-authored-by: Jordan Harband <[email protected]>
891cff2 to
396251f
Compare
Co-authored-by: Jordan Harband <[email protected]>
Co-authored-by: Jordan Harband <[email protected]>
Co-authored-by: Jordan Harband <[email protected]>
I am author of few JavaScript courses on Udemy.
While recording new JavaScript course I used AirBnb Style Guide in one of the sections and noticed few ways for improvements.