-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Eslint all the things #1185
Eslint all the things #1185
Conversation
Thought we decided to ignore test. No skin in this game for me, just making sure not missing some rationale. |
no, |
bin/marked
Outdated
.on('error', function(err) { | ||
fs.readFile(__dirname + '/../man/marked.1.txt', 'utf8', function(err, data) { | ||
spawn('man', [path.resolve(__dirname, '/../man/marked.1')], options) | ||
.on('error', function(err) { // eslint-disable-line handle-callback-err |
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.
Should this err
be removed since it is unused rather than disabled eslint here?
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.
good call
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.
Gonna want to run this over my latest additions. lol
Eslint all the things
Marked version: 8489411
Description
Contributor
Committer
In most cases, this should be a different person than the contributor.