-
Notifications
You must be signed in to change notification settings - Fork 45
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
Replace eslint sort-imports
rule with prettier plugin
#57
Comments
@adam4leos I need more clearification |
@Opssy currently we have an eslint rule supporting 'sort-imports': [
'error',
{
ignoreCase: true,
ignoreDeclarationSort: false,
ignoreMemberSort: false,
memberSyntaxSortOrder: ['none', 'all', 'single', 'multiple'],
allowSeparatedGroups: true,
},
], We'd like to remove this rule from eslint and instead use plugin for prettier, possibly https://github.com/trivago/prettier-plugin-sort-imports |
okay |
@Opssy Hi, is this an issue you'd like to work on for Hacktoberfest? |
@EbonyLouis |
@Opssy yay! its been assigned to you. I'd also like to note that Hacktoberfest officially kicks off on October 1st. Contributions made before the event may not be eligible for the challenge. However, feel free to start working on it, but I'd recommend holding off on submitting your PR until the event begins.
|
picked it up since it looks like 3 weeks with no activity. PR linked above |
@jerempy thanks! |
Background:
Replace eslint
sort-imports
rule with prettier pluginTask Details:
currently we have an eslint rule supporting
sort-imports
rule.Picking Up This Issue:
Questions:
#hack-together
channel and collaborate with a buddy.#getting-started
channel.Resources:
Remember, communication is key! If you have any questions or face any challenges, we're here to help so please don't hesitate to reach out.
Good Luck! 🍁
The text was updated successfully, but these errors were encountered: