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

feat: add missing angular-whitespace converter #1201

Merged
merged 3 commits into from
Sep 20, 2021

Conversation

rafaelss95
Copy link
Contributor

PR Checklist

Overview

1st. commit: simplify converters to simply return an empty object, so it's consistent with existing ones (sorry, I didn't realize this before);
2nd. commit: move import-destructuring-spacing and prefer-inline-decorator from root folder to codelyzer/;
3rd. commit: create a converter for angular-whitespace.

It's still missing the rule no-unused-css... I don't know if it should be added as it could be potentially be added someday (angular-eslint/angular-eslint#451)... in any case, tell me what to do.

@JoshuaKGoldberg JoshuaKGoldberg added the status: waiting for reviewer Waiting for a maintainer to review label Aug 30, 2021
@rafaelss95
Copy link
Contributor Author

Probably will drop the 2nd. commit as per #1203 😆

@JoshuaKGoldberg
Copy link
Member

Apologies for the delay on these: expect a review by the end of the weekend!

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Super, thanks! 🚀

@JoshuaKGoldberg
Copy link
Member

no-unused-css

Yeah, that's a tricky one. I think it's fine to leave as-is. The current message of "we don't have an equivalent for this rule" is accurate.

@JoshuaKGoldberg JoshuaKGoldberg merged commit 6bd4c06 into typescript-eslint:main Sep 20, 2021
@rafaelss95 rafaelss95 deleted the feat/codelyzer branch September 21, 2021 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for reviewer Waiting for a maintainer to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants