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

Migrate to ESLint 9 and flat configs #20

Merged
merged 6 commits into from
Oct 10, 2024
Merged

Migrate to ESLint 9 and flat configs #20

merged 6 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. feat!: turn into ES module, migrate to ESLint 9 and flat configs

      Closes #19
    
      Related to bpmn-io/internal-docs#1042
    
      BREAKING CHANGE: require eslint@9 (drop support for <= eslint@8)
      BREAKING CHANGE: use from ESM code-base, this module is ESM only
      BREAKING CHANGE: consume as ES module
    
    feat!: work off react:recommended and mocha:recommended rules
    nikku committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6a8a6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8697fb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f78ee View commit details
    Browse the repository at this point in the history
  4. chore: organize <test> in a child workspace

    Allows us to get rid of some hacks.
    nikku committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    368c080 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e88241 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    649f879 View commit details
    Browse the repository at this point in the history