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

Custom Lint Rule no-css-modules #114

Closed
wants to merge 4 commits into from

Conversation

casesandberg
Copy link

Closes #98. @gaearon

@ghost
Copy link

ghost commented Jul 22, 2016

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

@ghost
Copy link

ghost commented Jul 22, 2016

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@casesandberg
Copy link
Author

The eslint command on the e2e script is failing, will check it out when I get home.

@ghost ghost added the CLA Signed label Jul 22, 2016
create: function (context) {
return {
ImportDeclaration: function(node) {
if (node) {
Copy link

Choose a reason for hiding this comment

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

I wouldn't think this check is necessary right?

Copy link
Author

Choose a reason for hiding this comment

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

Its guarded in one of the eslint rules with ImportDeclaration, happy to remove it if you dont think its necessary

@gaearon
Copy link
Contributor

gaearon commented Aug 2, 2016

Hi, we’d still like to merge this, but I don’t think it ever passed the end-to-end test.
Would you like to rebase this and resubmit?

@gaearon
Copy link
Contributor

gaearon commented Sep 3, 2016

Closing as there hasn’t been a response, and it doesn’t seem like more people tripped on this.

@gaearon gaearon closed this Sep 3, 2016
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants