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

Frontend linting #284

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Lauritz-Tieste
Copy link
Contributor

@Lauritz-Tieste Lauritz-Tieste commented Aug 30, 2024

Description

I added the @nuxt/eslint module with enabled formatting.

Custom formatting rules that I have defined

  1. indentation is done by tabs.
  2. the use of any is allowed, but gives a warning
  3. unused variables can be deleted or replaced by an underscore to ignore the error.

The correction of all the error messages that have now appeared via Lint should be treated as a separate issue.

This is part of Bootstrap-Academy/Bootstrap-Academy#134

Copy link

Preview deployed to https://b9160fec.academy-preview.pages.dev (total size: 14M)

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.

1 participant