chore(ci): Configure eslint in CI#9
Draft
hairmare wants to merge 1 commit into
Draft
Conversation
hairmare
marked this pull request as draft
January 25, 2025 11:20
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
January 26, 2025 09:45
5b88139 to
650fbc6
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
February 4, 2025 17:54
650fbc6 to
4e96a3f
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
February 16, 2025 09:04
4e96a3f to
c182716
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
March 12, 2025 20:20
c182716 to
54fddb3
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
April 19, 2025 15:21
54fddb3 to
afcb647
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
May 28, 2025 20:07
afcb647 to
41bf8d0
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
3 times, most recently
from
October 19, 2025 02:35
edce36c to
4df5372
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
October 28, 2025 22:01
4df5372 to
de2a98b
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
November 11, 2025 19:29
de2a98b to
7c85f50
Compare
This comment was marked as resolved.
This comment was marked as resolved.
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
November 25, 2025 22:51
7c85f50 to
fc001c5
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
December 29, 2025 00:00
fc001c5 to
1e0cda5
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
2 times, most recently
from
February 14, 2026 20:16
e2af507 to
10b208d
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
March 9, 2026 18:07
10b208d to
bc02682
Compare
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
June 7, 2026 08:57
bc02682 to
569917c
Compare
* Run `eslint` on pull requests * Report results via GitHub UI
hairmare
force-pushed
the
chore/eslint-configuration
branch
from
June 7, 2026 08:58
569917c to
97f0866
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configure eslint to run against the code. Based on the Next.JS reference configuration.
eslintdoes static testing, it's raison d'être is to ensure that the quality of code matches what can be reasonably expected from a modern next application. This improves the security, readability, and maintainability of the code.Since the
next/folder was initialized with typescript support, we configure eslint for typescript.note: A high amount of eslint complaints is expected when initially adopting eslint. Most likely they consist of a ton of low hanging fruit that can be easily auto-fixed.