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

Apply linting & formatting globally #2412

Merged
merged 7 commits into from
Jun 4, 2024

Commits on May 13, 2024

  1. Add & configure prettier; fix syntax errors pre-format

    - Initial prettier setup; do not format yet
    - Fix syntax errors in files that would prevent prettier from formatting them
    
    Issue #2096
    robyngit committed May 13, 2024
    Configuration menu
    Copy the full SHA
    87dead8 View commit details
    Browse the repository at this point in the history
  2. Format 437 files with prettier

    - Initial prettier formatting run
    
    Issue #2096
    robyngit committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f33bf9e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add & configure ESlint; incl. plugins

    Issue 2096
    robyngit committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9f9aa07 View commit details
    Browse the repository at this point in the history
  2. lint: Remove 133 instances of /* global {pgk} */

    globally defined packages are specified in eslint config
    
    Issue #2096
    robyngit committed May 28, 2024
    Configuration menu
    Copy the full SHA
    73f8d19 View commit details
    Browse the repository at this point in the history
  3. Add GH action: auto review PRs for lint/format problems

    - Run workflow on PRs only to avoid duplicated actions
    - Combine all checks into one workflow
    
    Issue #2096
    robyngit committed May 28, 2024
    Configuration menu
    Copy the full SHA
    92f65bc View commit details
    Browse the repository at this point in the history
  4. Update contributing guidelines with code standards

    - Reformat & cleanup the doc as well
    
    Issue #2096
    robyngit committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2284d19 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab3cfda View commit details
    Browse the repository at this point in the history