-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Use js 'standard' formatter on pre-commit #172
Conversation
@@ -8,7 +8,8 @@ | |||
"serve": "node build.js serve", | |||
"lint": "eslint scripts build.js", |
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.
Remove the old lint script and explicit eslint dep below?
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.
Aye!
3b12d89
to
4411170
Compare
LGTM |
|
NOTICE: Don't reformat scripts in ./static (may be already minified)
4411170
to
400c32f
Compare
Removed |
`https://github.com/joyent/node/blob/${version}/ChangeLog`; | ||
}; | ||
return semver.gte(version, '1.0.0') | ||
? `https://github.com/nodejs/io.js/blob/${version}/CHANGELOG.md` |
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.
shouldn't this be https://github.com/nodejs/node/blob/${version}/CHANGELOG.md
?
@nodejs/website Should we merge this? |
+1 |
Use js 'standard' formatter on pre-commit
👏 |
Closes #157 and #159.