-
Notifications
You must be signed in to change notification settings - Fork 236
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
Conversation
"no-trailing-spaces": 2, | ||
"whitespace-mootools-codestyle" : 2 | ||
} | ||
} |
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.
Check the codestyle of this json file (indentation) ;)
I'm going to get crucified for this, but it's 2015. Can we please switch to spaces for indentation now? |
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. |
and the |
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', |
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.
If you use .eslintrc, the file is automatically picked up by the command line tool, which is useful for editor plugins for example.
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.
Then perhaps Github should be configurable for this as well. I'm sure they accept Pull Requests. 😉
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. |
Either way, let's leave this indentation discussion out of this PR. |
35cfe24
to
952b33b
Compare
Updated! I will send a similar PR to Core also. |
ea490c7
to
d6bf0e0
Compare
Can we merge this? or any review/comments/change missing? |
d6bf0e0
to
bd4e079
Compare
bd4e079
to
0682c60
Compare
@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 :) |
Add ESLint, code stye polish
No description provided.