dwyl / goodparts

:see_no_evil: An ESLint Style that only allows JavaScript the Good Parts (and "Better Parts") in your code.
GNU General Public License v2.0
78 stars 26 forks source link

Tidying up the Readme + Usage Screenshots #273

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

This PR adds a couple of rules: (both set to "off")

Also tidied up the Readme a bit (removed some bloat) and added usage example screenshots: https://github.com/dwyl/goodparts/issues/263

nelsonic commented 7 years ago

goodparts-no-output-means-it-passes

nelsonic commented 7 years ago

A better example of Linting errors: goodparts-showing-linting-errors

nelsonic commented 7 years ago

Auto-fix: goodparts-autofix

iteles commented 7 years ago

:tada: Thank you!