-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Create eslint plugin for organization repositories #238
Comments
I am OpenForce 2022 contributor and interested to work on this issue, so can you please tell me some of the prerequisites to solve this issue, so that I can decide if this is for me or not? |
@MitAbhay Hi! Yeah, sure, no problem:
That's it for now. Remember that just writing the config is easy, but the rest of things like testing in repo etc is not (probably, I guess). Let us know if you like it or not :) |
Hi, I am Vasanti Suthar. I am a contributor to OpenForce 2022, and I would like to work on this issue. |
Please assign this to me |
@vasantisuthar Sorry, I didn't notice the previous comment. Of course I can assign you, but @MitAbhay wanted to do it first. I don't know the ins and outs of OpenSource exactly, but according to me you can work together. As for the assignment itself, it would be best if you create your own repo first and then that repo will be moved to our org or @derberg should we create such a repo in our org now? |
better work on your own repo @vasantisuthar and involve @magicmatatjahu in review and then we will bring it into the organization. we need clear message who is working on it, please do not duplicate yourself we have other issues to. |
@derberg Currently, I am not working on this. |
@derberg I am working on it. |
@derberg I want to inform you that, I will be not able to work on this issue as I have my exams right now, So I will not be able to complete this, before 28 March. Thank you. |
@vasantisuthar No worries, thanks for info! |
@vasantisuthar do you want to continue working on this one? I know OpenForce ended but if you are still interested and you were delayed by exams, we can still give you some time for this one |
Sure, I want to work on this issue, I'll try to complete it as soon as possible. Thank you |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@vasantisuthar Are you still willing to do this task? |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
I would like to work upon this issue. Could you please assign it to me. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
As our organization is expanding and we are creating/migrating more repositories, some of them also require eslint integration.
This is problematic because we have to copy the config file from our other repository each time. We should go in the direction of one configuration that we can override, something like the
@asyncapi/eslint-plugin
package. The config itself should support both JS and TS and should extend plugins like:We can model ourselves on the
airbnb
plugin how to do that - https://github.com/airbnb/javascriptThe text was updated successfully, but these errors were encountered: