Skip to content
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

ch01: fix nit in ESLint --fix result example #51

Merged
merged 1 commit into from
Feb 19, 2018
Merged

ch01: fix nit in ESLint --fix result example #51

merged 1 commit into from
Feb 19, 2018

Conversation

vsemozhetbyt
Copy link
Contributor

@vsemozhetbyt vsemozhetbyt commented Feb 14, 2018

This error is mentioned in the screenshot above and is fixed in my local --fix run.

This error is mentioned in the screenshot above
and is fixed in my local test run.
@@ -311,7 +311,7 @@ When we run `lint-fix` we'll only get a pair of errors: `hello` is never used an
----
var goodbye = 'Goodbye!'

function hello() {
function hello () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional? It’s very strange to have a space between the function name and the argument list.

Copy link
Contributor Author

@vsemozhetbyt vsemozhetbyt Feb 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, if so, it’s just another item to add to the list of how nonstandard “standard” is ¯\_(ツ)_/¯

@bevacqua bevacqua merged commit c50fd87 into mjavascript:master Feb 19, 2018
@bevacqua
Copy link
Member

Thanks!

@vsemozhetbyt vsemozhetbyt deleted the ch01-eslint-fix branch February 19, 2018 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants