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

Add ESLint, code stye polish #1327

Merged
merged 2 commits into from
Nov 6, 2015
Merged

Conversation

SergioCrisostomo
Copy link
Member

No description provided.

"no-trailing-spaces": 2,
"whitespace-mootools-codestyle" : 2
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Check the codestyle of this json file (indentation) ;)

@anutron
Copy link
Member

anutron commented Oct 20, 2015

I'm going to get crucified for this, but it's 2015. Can we please switch to spaces for indentation now?

@timwienk
Copy link
Member

No.

It's 2015, there are more programmers and editors out there than ever, with more preferences than ever. No need to force a specific indentation width on anyone.

@arian
Copy link
Member

arian commented Oct 20, 2015

and the ) { space too?

@anutron
Copy link
Member

anutron commented Oct 20, 2015

Github is the normalizer here. It treats tabs as 4 spaces. Editors are smart enough that we - programmers - don't even notice which one it is. But gitub does. It makes all our lines longer than the width of the column here.

eslint: {
target: ['Source/**/*.js'],
options: {
configFile: 'Tests/eslint-configure/eslint.json',
Copy link
Member

Choose a reason for hiding this comment

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

If you use .eslintrc, the file is automatically picked up by the command line tool, which is useful for editor plugins for example.

@timwienk
Copy link
Member

and the ) { space too?

That thing I never really cared about, that's been there because Valerio once upon a time decided he liked it. It's just been moo style since the start.

Github is the normalizer here.

Then perhaps Github should be configurable for this as well. I'm sure they accept Pull Requests. 😉

Editors are smart enough that we - programmers - don't even notice which one it is.

That makes no sense, in an editor you can obviously change tabspace, but no one in their right mind is going to change space-space.

@timwienk
Copy link
Member

Either way, let's leave this indentation discussion out of this PR.

@SergioCrisostomo
Copy link
Member Author

Updated! I will send a similar PR to Core also.

@SergioCrisostomo
Copy link
Member Author

Can we merge this? or any review/comments/change missing?

@kentaromiura
Copy link
Member

@anutron if it's what bother you, just add ?ts=2 at the end of the file you're reviewing, there are also browser extension that do this to all the files :)

kentaromiura added a commit that referenced this pull request Nov 6, 2015
@kentaromiura kentaromiura merged commit 01b2352 into mootools:master Nov 6, 2015
@SergioCrisostomo SergioCrisostomo deleted the eslint branch November 6, 2015 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants