-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidying up the Readme + Usage Screenshots #273
Conversation
|
||
> "_Any fool can write code that a computer can understand. | ||
> "_Any fool can write code that a computer can understand. <br /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
"Old" Browsers/Devices are a _fact_, even if it's "*only a small percentage*" | ||
of people, we _chose_ to | ||
[*empathize*](http://www.merriam-webster.com/dictionary/empathize) | ||
with them by writing code that ***Works Everywhere***<sup>TM</sup>. | ||
|
||
3. ***Beginner-friendlyness*** or [***Shoshin***](https://en.wikipedia.org/wiki/Shoshin) - using _fewer_ JS features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mis-spelling of friendliness
but I plan to review the goodparts readme more fully in the coming days so I will correct then.
A one-line install that will ensure your project's code works everywhere. | ||
(_or your money back!_) | ||
`goodparts` is a "[linter](https://en.wikipedia.org/wiki/Lint_%28software%29)" | ||
that _ensures_ your project's JavaScript code <br > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think <br>
s are necessary here but will suggest removing them later.
@@ -26,8 +26,8 @@ function ruleNotConfigured (rule) { | |||
} | |||
|
|||
test('Testing All Conifgurable Rules', function (t) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling mistake here which I'll pick up in my review later in the week 👍
🎉 Thank you! |
This PR adds a couple of rules: (both set to "off")
require-await
require-await #277capitalized-comments
capitalized-comments #278Also tidied up the Readme a bit (removed some bloat) and added usage example screenshots: #263