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

chore: upgrade ESLint to 8.57.0 and switch to flat config #103

Merged
merged 11 commits into from
Oct 11, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    8a296a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2332732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6fbf3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4358c95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98413ba View commit details
    Browse the repository at this point in the history
  6. feat: adjust how configurations are exposed for flexibility

    Now that ESLint favors a flat config, which is essentially just an array of
    JS objects, consumers will be able to import just the parts of a config
    that they need. For convenience, exposing complete and discrete configs
    makes it easier to simply adopt a config when no customization is needed,
    or import just the parts that are neccessary when a good deal of
    additional configuration will be done by the consuming project.
    pbredenberg committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5fa4709 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f928d62 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. docs: remove reference to commitlint and editorconfig

    These configurations are now maintained in @silvermine/standardization.
    pbredenberg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a0e3d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    439bc7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ddb648 View commit details
    Browse the repository at this point in the history
  4. test: add vue test case

    pbredenberg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f0a786a View commit details
    Browse the repository at this point in the history