-
Notifications
You must be signed in to change notification settings - Fork 286
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
Use brace expansion lint rule #1180
Use brace expansion lint rule #1180
Conversation
@rwwagner90 do you have an idea about the failing builds ? 🤔 |
@ansmonjol try rebasing with master |
@ansmonjol I don't think removing the comma to trigger the build is going to do it. Can you please rebase with master? |
@rwwagner90 I was up to date with master 😕 |
Have different fail now. |
* Enable use-brace-expansion rule * Fix accordion brace expansion * Fix property brace expansion * Fix promise-item brace expansion * Remove comma - aims to retrigger the CI jobs Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
Seems that eslint-plugin-ember support that now.
Test and linter are passing so I guess we're good with enabling this rule back.