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

Fixes #15 - Adds ESLint #31

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Fixes #15 - Adds ESLint #31

merged 1 commit into from
Jun 11, 2024

Conversation

erosselli
Copy link
Collaborator

@erosselli erosselli commented Jun 10, 2024

Fixes #15 - Adds ESLint along with relevant .eslintrc file (copied from the django repo so we have the same config).

All the changes in the JS files are just the fixes so linter is passing.

@erosselli erosselli requested a review from knyghty June 10, 2024 18:11
@erosselli erosselli force-pushed the issue-15-add-linting branch from 88b3993 to 36a09cd Compare June 10, 2024 18:12
@coveralls
Copy link

coveralls commented Jun 10, 2024

Pull Request Test Coverage Report for Build 9453404876

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.833%

Totals Coverage Status
Change from base Build 9436961525: 0.0%
Covered Lines: 32
Relevant Lines: 42

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9453404876

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.833%

Totals Coverage Status
Change from base Build 9436961525: 0.0%
Covered Lines: 32
Relevant Lines: 42

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 10, 2024

Pull Request Test Coverage Report for Build 9453419588

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.833%

Totals Coverage Status
Change from base Build 9436961525: 0.0%
Covered Lines: 32
Relevant Lines: 42

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9453419588

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.833%

Totals Coverage Status
Change from base Build 9436961525: 0.0%
Covered Lines: 32
Relevant Lines: 42

💛 - Coveralls

.eslintrc Show resolved Hide resolved
@erosselli
Copy link
Collaborator Author

I wasn't sure if we should add the linter check to the CI, I think it'd be cool to have it but I checked Django's CI config and didn't see it being run so wasn't sure if I should add it here or not

Copy link
Owner

@knyghty knyghty left a comment

Choose a reason for hiding this comment

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

Thanks! Looks almost perfect. Thanks for the help working on this.

package.json Outdated Show resolved Hide resolved
@erosselli erosselli force-pushed the issue-15-add-linting branch from 36a09cd to af5a152 Compare June 11, 2024 15:25
@coveralls
Copy link

coveralls commented Jun 11, 2024

Pull Request Test Coverage Report for Build 9468427083

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.833%

Totals Coverage Status
Change from base Build 9465852427: 0.0%
Covered Lines: 32
Relevant Lines: 42

💛 - Coveralls

Copy link
Owner

@knyghty knyghty left a comment

Choose a reason for hiding this comment

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

Thanks!

@knyghty knyghty merged commit a9283ec into main Jun 11, 2024
9 checks passed
@knyghty knyghty deleted the issue-15-add-linting branch June 11, 2024 19:11
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.

Add linting to match Django's style
3 participants