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: Move all and recommended configs into package. #16844

Merged
merged 14 commits into from Feb 23, 2023
Merged

Commits on Jan 31, 2023

  1. feat: Move all and recommended configs into package.

    Relocates the "eslint:all" and "eslint:recommended" configs into the
    @eslint/js package so they can be referenced from there instead of as
    strings.
    
    Fixes #16537
    nzakas committed Jan 31, 2023
    Copy the full SHA
    07789af View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Update tools/update-eslint-all.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 2, 2023
    Copy the full SHA
    ff40071 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 2, 2023
    Copy the full SHA
    e5a6fd1 View commit details
    Browse the repository at this point in the history
  3. Update tools/update-eslint-all.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 2, 2023
    Copy the full SHA
    e05de4a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Update packages/js/package.json

    Co-authored-by: Mark Friedrich <exodus4d@users.noreply.github.com>
    nzakas and exodus4d committed Feb 10, 2023
    Copy the full SHA
    e5ccc9c View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    1a12a34 View commit details
    Browse the repository at this point in the history
  3. Update packages/js/README.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    97bd393 View commit details
    Browse the repository at this point in the history
  4. Update packages/js/LICENSE

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    61b2d2b View commit details
    Browse the repository at this point in the history
  5. Update packages/js/package.json

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    2c18ee0 View commit details
    Browse the repository at this point in the history
  6. Update packages/js/README.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    c0e5c7d View commit details
    Browse the repository at this point in the history
  7. Update packages/js/README.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    6ee5735 View commit details
    Browse the repository at this point in the history
  8. Update packages/js/README.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    8b08bf7 View commit details
    Browse the repository at this point in the history
  9. Update docs/src/use/configure/configuration-files-new.md

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Feb 10, 2023
    Copy the full SHA
    374e08a View commit details
    Browse the repository at this point in the history
  10. Incorporate feedback

    nzakas committed Feb 10, 2023
    Copy the full SHA
    f8e0b9c View commit details
    Browse the repository at this point in the history