maciej-gurban / responsive-bootstrap-toolkit

Responsive Bootstrap Toolkit allows for easy breakpoint detection in JavaScript
MIT License
363 stars 89 forks source link

Build tools #38

Closed JuhQ closed 8 years ago

JuhQ commented 8 years ago

Build tools with eslint, new PR against build-tools branch

See old PR #37

maciej-gurban commented 8 years ago

Thanks!

JuhQ commented 8 years ago

Excellent!

JuhQ commented 8 years ago

@maciej-gurban just came my mind that I forgot to add eslint preset file to this pr. As this has now been merged but it's still in your validation branch, you might want to add some preset. Airbnb has a great one which complains about everything :D

https://www.npmjs.com/package/eslint-config-airbnb-base

maciej-gurban commented 8 years ago

I'm actually in the process of applying a similar (airbnb-based) preset into my two other projects. Boy, is that fun!