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

[WIP] enable prettier to run automatically #522

Closed
wants to merge 12 commits into from

Commits on Apr 8, 2024

  1. Install and configure prettier and husky

    Upgrade to latest of each supported with node v14
    Ignore coverage and dist directories when running prettier
    dijitali committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8b609cb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    4454bae View commit details
    Browse the repository at this point in the history
  2. rename to match function

    TimidRobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    78a7807 View commit details
    Browse the repository at this point in the history
  3. update lint and test GitHub Action workflow

    - update actions to latest versions
    - use Node 14 instead of 12
    - use 2 spaces instead of 4
    TimidRobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4fdf949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e231b5 View commit details
    Browse the repository at this point in the history
  5. upgrade vue to 2.7.16 (last 2.x version)

    - builds successfully
    - tests without errors:
            Test Suites: 15 passed, 15 total
            Tests:       170 passed, 170 total
            Snapshots:   0 total
            Time:        7.911s
    TimidRobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    01992b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e75766a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    742e482 View commit details
    Browse the repository at this point in the history
  8. build standalone

    TimidRobot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bee8fe4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    ef8d205 View commit details
    Browse the repository at this point in the history
  2. Remove eslint indentation rule

    Shouldn't be used in conjunction with prettier
    dijitali committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    218b42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb588b6 View commit details
    Browse the repository at this point in the history