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

Update: Add ESLint API (refs eslint/rfcs#40) #12939

Merged
merged 73 commits into from Apr 24, 2020
Merged

Update: Add ESLint API (refs eslint/rfcs#40) #12939

merged 73 commits into from Apr 24, 2020

Commits on Mar 5, 2020

  1. Update: Add ESLint API

    kaicataldo committed Mar 5, 2020
    Copy the full SHA
    df75389 View commit details
    Browse the repository at this point in the history
  2. Refactor

    kaicataldo committed Mar 5, 2020
    Copy the full SHA
    eb5b486 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    kaicataldo committed Mar 5, 2020
    Copy the full SHA
    f3137ba View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    09fbeaa View commit details
    Browse the repository at this point in the history
  5. Validate plugin objects

    kaicataldo committed Mar 5, 2020
    Copy the full SHA
    75655f8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d5f79e3 View commit details
    Browse the repository at this point in the history
  7. Add lintText() tests

    kaicataldo committed Mar 5, 2020
    Copy the full SHA
    00b2bb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Add lintFiles() tests

    kaicataldo committed Mar 6, 2020
    Copy the full SHA
    b93a625 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Copy the full SHA
    c2c7c56 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6bee0a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c786ca7 View commit details
    Browse the repository at this point in the history
  4. fix usedDeprecatedRules

    mysticatea committed Apr 12, 2020
    Copy the full SHA
    fc1e723 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8bcdac2 View commit details
    Browse the repository at this point in the history
  6. improve validation

    mysticatea committed Apr 12, 2020
    Copy the full SHA
    6105ea2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. change constructor options

    mysticatea committed Apr 15, 2020
    Copy the full SHA
    6a3fb16 View commit details
    Browse the repository at this point in the history
  2. add errorOnUnmatchedPattern and etc

    - remove overrideConfigFile
    - improve overrideConfig
    mysticatea committed Apr 15, 2020
    Copy the full SHA
    545b360 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e04698 View commit details
    Browse the repository at this point in the history
  4. rewrite tests

    mysticatea committed Apr 15, 2020
    Copy the full SHA
    5427043 View commit details
    Browse the repository at this point in the history
  5. fix tests

    mysticatea committed Apr 15, 2020
    Copy the full SHA
    54e6fa9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e5aea0a View commit details
    Browse the repository at this point in the history
  7. fix tests

    mysticatea committed Apr 15, 2020
    Copy the full SHA
    ac17cec View commit details
    Browse the repository at this point in the history
  8. fix tests

    mysticatea committed Apr 15, 2020
    Copy the full SHA
    49f302f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Copy the full SHA
    8421fb3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8322e01 View commit details
    Browse the repository at this point in the history
  3. update nodejs-api.md

    mysticatea committed Apr 18, 2020
    Copy the full SHA
    dbc286c View commit details
    Browse the repository at this point in the history
  4. fix links

    mysticatea committed Apr 18, 2020
    Copy the full SHA
    4b7a220 View commit details
    Browse the repository at this point in the history
  5. fix links

    mysticatea committed Apr 18, 2020
    Copy the full SHA
    72c42d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Revert "remove deprecated source property"

    This reverts commit 8421fb3.
    mysticatea committed Apr 20, 2020
    Copy the full SHA
    499b8d7 View commit details
    Browse the repository at this point in the history
  2. add author

    mysticatea committed Apr 20, 2020
    Copy the full SHA
    35889b9 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 20, 2020
    Copy the full SHA
    2131de5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    630c65e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 22, 2020
    Copy the full SHA
    8e9f961 View commit details
    Browse the repository at this point in the history
  2. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 22, 2020
    Copy the full SHA
    29262c8 View commit details
    Browse the repository at this point in the history
  3. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 22, 2020
    Copy the full SHA
    73a3d39 View commit details
    Browse the repository at this point in the history
  4. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 22, 2020
    Copy the full SHA
    47d18d3 View commit details
    Browse the repository at this point in the history
  5. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 22, 2020
    Copy the full SHA
    844bc8d View commit details
    Browse the repository at this point in the history
  6. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    ce0b4be View commit details
    Browse the repository at this point in the history
  7. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    e2d79e5 View commit details
    Browse the repository at this point in the history
  8. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    8f44116 View commit details
    Browse the repository at this point in the history
  9. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    78a1989 View commit details
    Browse the repository at this point in the history
  10. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    72d3237 View commit details
    Browse the repository at this point in the history
  11. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    bb89cde View commit details
    Browse the repository at this point in the history
  12. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    eec219e View commit details
    Browse the repository at this point in the history
  13. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    3a3e00c View commit details
    Browse the repository at this point in the history
  14. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    046b66a View commit details
    Browse the repository at this point in the history
  15. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    818438b View commit details
    Browse the repository at this point in the history
  16. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    eff35d4 View commit details
    Browse the repository at this point in the history
  17. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    c6d66a8 View commit details
    Browse the repository at this point in the history
  18. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    f0aeafb View commit details
    Browse the repository at this point in the history
  19. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    7b445ca View commit details
    Browse the repository at this point in the history
  20. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    da252e6 View commit details
    Browse the repository at this point in the history
  21. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    db8600f View commit details
    Browse the repository at this point in the history
  22. Update lib/eslint/eslint.js

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    f244a04 View commit details
    Browse the repository at this point in the history
  23. Update lib/eslint/eslint.js

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    fc91aea View commit details
    Browse the repository at this point in the history
  24. Update tests/lib/cli.js

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 22, 2020
    Copy the full SHA
    9daca9d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 23, 2020
    Copy the full SHA
    186eebd View commit details
    Browse the repository at this point in the history
  2. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 23, 2020
    Copy the full SHA
    13d1de7 View commit details
    Browse the repository at this point in the history
  3. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Nicholas C. Zakas <nicholas@nczconsulting.com>
    mysticatea and nzakas committed Apr 23, 2020
    Copy the full SHA
    d2cb761 View commit details
    Browse the repository at this point in the history
  4. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Kai Cataldo <kai@kaicataldo.com>
    mysticatea and kaicataldo committed Apr 23, 2020
    Copy the full SHA
    00399d2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b83ee7f View commit details
    Browse the repository at this point in the history
  6. add about <text>

    mysticatea committed Apr 23, 2020
    Copy the full SHA
    6c047f2 View commit details
    Browse the repository at this point in the history
  7. fix error message

    mysticatea committed Apr 23, 2020
    Copy the full SHA
    d91fa56 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    21c2300 View commit details
    Browse the repository at this point in the history
  2. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    fdabe84 View commit details
    Browse the repository at this point in the history
  3. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    8e315cd View commit details
    Browse the repository at this point in the history
  4. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    e1a94a4 View commit details
    Browse the repository at this point in the history
  5. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    d43d12c View commit details
    Browse the repository at this point in the history
  6. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    ac957d2 View commit details
    Browse the repository at this point in the history
  7. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    de9e71b View commit details
    Browse the repository at this point in the history
  8. Update docs/developer-guide/nodejs-api.md

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    98d483d View commit details
    Browse the repository at this point in the history
  9. Update lib/cli-engine/cli-engine.js

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    20dc74d View commit details
    Browse the repository at this point in the history
  10. Update tests/lib/cli.js

    Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
    mysticatea and btmills committed Apr 24, 2020
    Copy the full SHA
    27cc934 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    97c0b19 View commit details
    Browse the repository at this point in the history