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

Add eslintrc.js #376

Merged
merged 4 commits into from
Oct 20, 2023
Merged

Add eslintrc.js #376

merged 4 commits into from
Oct 20, 2023

Conversation

jeffdaley
Copy link
Contributor

Adds ESLint configuration so we can add yarn lint to our GitHub Actions.

I've disabled the rules we're currently failing. We can enable them later, individually, as we get them to pass.

@jeffdaley jeffdaley marked this pull request as ready for review October 20, 2023 00:15
@jeffdaley jeffdaley requested a review from a team as a code owner October 20, 2023 00:15
@@ -301,4 +301,4 @@ module("Integration | Component | related-resources/add", function (hooks) {
.dom("[data-test-related-resources-search-loading-icon]")
.exists("a loading icon is shown when `searchIsRunning` is true");
});
});
});
Copy link
Contributor

Choose a reason for hiding this comment

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

😮 Was this accidental or does ESLint have something against EOF in files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Accidental. In trying to quickly revert a change, I copied and pasted from GitHub, which apparently cuts off the whitespace.

@jeffdaley jeffdaley merged commit b00e6a2 into main Oct 20, 2023
2 checks passed
@jeffdaley jeffdaley deleted the jeffdaley/lint branch October 20, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants