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

Load package.json on init-linter #4363

Merged
merged 36 commits into from
Nov 13, 2023
Merged

Load package.json on init-linter #4363

merged 36 commits into from
Nov 13, 2023

Commits on Nov 7, 2023

  1. wip

    vdiez committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2ff0e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. add tests

    vdiez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c99f81a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    0d6049f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25362ca View commit details
    Browse the repository at this point in the history
  3. normalize baseDir before package.json search

    fix toUnixPath
    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8cd93cc View commit details
    Browse the repository at this point in the history
  4. remove bundleDependencies

    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    77f1dfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c8142b View commit details
    Browse the repository at this point in the history
  6. Changes from review

    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b86ce13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49891bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c563bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20cc61a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4956fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7fef37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7389e33 View commit details
    Browse the repository at this point in the history
  13. changes after review

    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9d776b1 View commit details
    Browse the repository at this point in the history
  14. add test for Vue

    make baseDir mandatory
    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d2d9ee5 View commit details
    Browse the repository at this point in the history
  15. change method name

    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f06b1e6 View commit details
    Browse the repository at this point in the history
  16. fix tests

    vdiez committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9677aef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2604103 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix tests

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6fc3651 View commit details
    Browse the repository at this point in the history
  2. remove ArrayUtils

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ec702c6 View commit details
    Browse the repository at this point in the history
  3. fix qa

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    adcc366 View commit details
    Browse the repository at this point in the history
  4. fix test

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5594e7c View commit details
    Browse the repository at this point in the history
  5. enable debug logs

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    531a9eb View commit details
    Browse the repository at this point in the history
  6. enable debug logs

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fb9e882 View commit details
    Browse the repository at this point in the history
  7. changes from review

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    dfdbff7 View commit details
    Browse the repository at this point in the history
  8. fix shadowing

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    eeab461 View commit details
    Browse the repository at this point in the history
  9. remove logs

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    afbb9e9 View commit details
    Browse the repository at this point in the history
  10. remove logs

    always ignore .scannerwork folder
    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bb1e7ad View commit details
    Browse the repository at this point in the history
  11. improve coverage

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    28ceea5 View commit details
    Browse the repository at this point in the history
  12. typo

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c7982d1 View commit details
    Browse the repository at this point in the history
  13. refactor exclusions

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5c5ef4d View commit details
    Browse the repository at this point in the history
  14. filter empty strings

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9a6ff6c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7c3659 View commit details
    Browse the repository at this point in the history
  16. remove unused imports

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b8eebe3 View commit details
    Browse the repository at this point in the history
  17. fix SQ issue

    vdiez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f1d25eb View commit details
    Browse the repository at this point in the history