Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Enable several ESLint rules #214

Merged
merged 1 commit into from
Dec 10, 2020
Merged

Enable several ESLint rules #214

merged 1 commit into from
Dec 10, 2020

Conversation

ehmicky
Copy link
Contributor

@ehmicky ehmicky commented Dec 9, 2020

This enables the following ESLint rules: func-names, func-style, no-promise-executor-return, node/exports-style.

@ehmicky ehmicky added the type: chore work needed to keep the product and development running smoothly label Dec 9, 2020
@ehmicky ehmicky requested a review from erezrokah December 9, 2020 20:10
@ehmicky ehmicky self-assigned this Dec 9, 2020
if (!required || !shaMap) return []
return flatten(required.map((sha) => shaMap[sha]))
}

exports.retry = async () => {}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This function was dead code, not used anywhere.

@ehmicky ehmicky merged commit e786d79 into master Dec 10, 2020
@ehmicky ehmicky deleted the lint/rules branch December 10, 2020 12:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants