-
Notifications
You must be signed in to change notification settings - Fork 93
chore(lint): re-enable eslint plugin angular #237
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
chore(lint): re-enable eslint plugin angular #237
Conversation
Add it to main apps/example-app/eslint.json and projects/testing-library/eslint.json , since rules apply only to jest test files. (Not to apps/example-app-karma "plugin:jest/style", "plugin:testing-library/angular", "plugin:jest-dom/recommended"
Needed for the 13-scrolling.component test. Which used @angular/cdk/scrolling
Do not use view.fixture
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for creating the PR and fixing the lint issues!
I noticed some tests are changed from test
to it
, was there a reason for this?
I would prefer to just use one syntax, if a linter prefers it
that's good for me.
These where indeed 'auto' fixed by the linter. When a test is standalone. Use |
Hey @timdeschryver, I resolved / fixed your comments. |
Ah I didn't know that. |
🎉 This PR is included in version 10.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Re-enable the eslint testing-library plugins.
fixes #235