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

Fix ESLint uppercase #4

Merged
merged 2 commits into from Nov 20, 2017
Merged

Fix ESLint uppercase #4

merged 2 commits into from Nov 20, 2017

Conversation

ai
Copy link
Contributor

@ai ai commented Nov 19, 2017

According ESLint website, the team prefer to capitalize ES and L.

@JLHwung should we update the docs too?

Also thanks for the project. I am planning to use it in Autoprefixer and PostCSS.

README.md Outdated

It is a simple wrap for [eslint](https://github.com/eslint/eslint) and works well with eslint from 1.x to the latest version. It runs lint check only in first CI job so that we can speed up build time and reduce unnecessary computation burden for CI service.
It is a simple wrap for [ESLint](https://github.com/eslint/eslint) and works well with eslint ESLint 1.x to the latest version. It runs lint check only in first CI job so that we can speed up build time and reduce unnecessary computation burden for CI service.
Copy link
Owner

Choose a reason for hiding this comment

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

Should be with ESLint from 1.x

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, fixed

@JLHwung
Copy link
Owner

JLHwung commented Nov 20, 2017

@ai Good catch for capitalization consistency! we should do %s/eslint/ESLint/g on any literals.

@JLHwung JLHwung merged commit e879745 into JLHwung:master Nov 20, 2017
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.

None yet

2 participants