-
Notifications
You must be signed in to change notification settings - Fork 300
pick up method order form .eslintrc if possible #48
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
Conversation
transforms/sort-comp.js
Outdated
| }); | ||
|
|
||
| const config = cli.getConfigForFile(filePath); | ||
| const { rules } = config; |
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.
can you remove the spaces here? :)
|
this is great! |
|
Yeah, I'll fix it ASAP. |
|
I tried to follow the surrounding styles since I didn't see any style guidelines anywhere. Please let me know if this needs to be changed again. |
|
thank you :) |
now observes eslintconfig
|
Yay! Here's an update for the README, #49 |
|
This is awesome. It would be great to print out any errors that occur during loading of the |
fixes #44