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

initial migration to azure #160

Merged
merged 5 commits into from Feb 23, 2019
Merged

initial migration to azure #160

merged 5 commits into from Feb 23, 2019

Conversation

amilajack
Copy link
Owner

No description provided.

@amilajack amilajack merged commit 78156c9 into master Feb 23, 2019
@amilajack amilajack deleted the migrate-to-azure-pipelines branch February 24, 2019 00:48
@@ -152,7 +152,7 @@ function createFilteredErrorRule(filter: CollectOutputElement => any) {
};
}

export default {
module.exports = {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@amilajack This change broke the npm package:

> require('eslint-plugin-flowtype-errors')
undefined

This can be fixed by either using export default again, or by changing the main field in package.json to point to dist/index.js. Not sure which one you'd prefer.

Copy link
Owner Author

Choose a reason for hiding this comment

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

Oh right. I'll fix that now. My bad

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