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

feat: ESLint Language Plugins #99

Merged
merged 28 commits into from
Mar 24, 2023
Merged

feat: ESLint Language Plugins #99

merged 28 commits into from
Mar 24, 2023

Commits on Mar 15, 2023

  1. feat: ESLint Language Plugins

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1dc4580 View commit details
    Browse the repository at this point in the history
  2. More details

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    614bef2 View commit details
    Browse the repository at this point in the history
  3. More details

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f1c2e77 View commit details
    Browse the repository at this point in the history
  4. Notes on JS changes

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    616e0e4 View commit details
    Browse the repository at this point in the history
  5. Finished the RFC

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7a91235 View commit details
    Browse the repository at this point in the history
  6. Mention alternate proposal

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0de3ba9 View commit details
    Browse the repository at this point in the history
  7. Add RFC link

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9930f15 View commit details
    Browse the repository at this point in the history
  8. Update designs/2022-languages/README.md

    Co-authored-by: Brandon Mills <[email protected]>
    nzakas and btmills committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6de0cfa View commit details
    Browse the repository at this point in the history
  9. Update designs/2022-languages/README.md

    Co-authored-by: Brandon Mills <[email protected]>
    nzakas and btmills committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9901c01 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33bee0b View commit details
    Browse the repository at this point in the history
  11. Flesh out SourceCode interface

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ce137af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    796d2e8 View commit details
    Browse the repository at this point in the history
  13. Remove getVirtualFiles()

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ef029b3 View commit details
    Browse the repository at this point in the history
  14. Revert language options schema

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b139470 View commit details
    Browse the repository at this point in the history
  15. esquery changes

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ef7fea2 View commit details
    Browse the repository at this point in the history
  16. SourceCode changes

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c2e9338 View commit details
    Browse the repository at this point in the history
  17. Simplify violation interface

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    99ae314 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f894926 View commit details
    Browse the repository at this point in the history
  19. FAQ update

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    496d26f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ab23425 View commit details
    Browse the repository at this point in the history
  21. Update designs/2022-languages/README.md

    Co-authored-by: James Henry <[email protected]>
    nzakas and JamesHenry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7002067 View commit details
    Browse the repository at this point in the history
  22. Update ParseResult definition

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5c3b554 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ab09211 View commit details
    Browse the repository at this point in the history
  24. Update method signatures

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f98e7eb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c6fcdb3 View commit details
    Browse the repository at this point in the history
  26. Update based on esquery PRs

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    07be891 View commit details
    Browse the repository at this point in the history
  27. Add visitorKeys

    nzakas committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6b1b0aa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Finish sentence

    nzakas committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2131c09 View commit details
    Browse the repository at this point in the history