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 eslint #28

Merged
merged 8 commits into from
Sep 24, 2024
Merged

Add eslint #28

merged 8 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    14b5724 View commit details
    Browse the repository at this point in the history
  2. More linting

    SamCarlberg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9b3a076 View commit details
    Browse the repository at this point in the history
  3. Add linting rules for quotation marks

    Require double quotes, except for templates or string literals that contain a double quote char (in which case single quotes or backticks are permitted, to avoid needing to escape)
    
    Only allow quoted property names if any property name in the object needs to be quoted (and then all properties must be quoted)
    SamCarlberg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c2e9aac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c1719c View commit details
    Browse the repository at this point in the history
  5. Add eslint CI check

    SamCarlberg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b2a0027 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    817f854 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0286702 View commit details
    Browse the repository at this point in the history
  8. Revert "Deliberately break linting to check CI action"

    This reverts commit 817f854.
    SamCarlberg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b042c8e View commit details
    Browse the repository at this point in the history