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

Add optional config for custom filter (and standard js linting) #3

Merged
merged 6 commits into from
Apr 29, 2017
Merged

Conversation

billymoon
Copy link
Contributor

Add custom filter option so that as a consumer, I can control which files have routes created for them.

My specific use case is to only add routes for index.js files so that other shared files can co-exist in routes folder alongside routes. I was making a service that had some shared code between routes, and was forced to move that code far away from the service I was writing which I did not like.

... and a small bit of housekeeping, adding standard js conformity to code

@coveralls
Copy link

coveralls commented Apr 19, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling d15d317 on billymoon:master into 4492000 on jesseditson:master.

@jesseditson jesseditson self-requested a review April 19, 2017 22:40
Copy link
Owner

@jesseditson jesseditson left a comment

Choose a reason for hiding this comment

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

Looks good! I'll land and publish.

@jesseditson jesseditson merged commit 08052d8 into jesseditson:master Apr 29, 2017
@jesseditson
Copy link
Owner

Landed as v0.3.0!

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.

3 participants