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-plugin-matrix-org #17847

Merged
merged 4 commits into from
Jun 30, 2021
Merged

Migrate to eslint-plugin-matrix-org #17847

merged 4 commits into from
Jun 30, 2021

Commits on Jun 30, 2021

  1. Remove Flow support

    We no longer use Flow, so this removes linting and compiling support. New code
    should use TypeScript for static typing.
    jryans committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    77ea76a View commit details
    Browse the repository at this point in the history
  2. Use unquoted keys

    jryans committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    160a1fd View commit details
    Browse the repository at this point in the history
  3. Migrate to eslint-plugin-matrix-org

    This migrates to the new plugin form of our custom ESLint configs. As part of
    this, some packages are de-duplicated, configs streamlined, etc.
    jryans committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5736987 View commit details
    Browse the repository at this point in the history
  4. Auto-fix lint errors

    jryans committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    491b179 View commit details
    Browse the repository at this point in the history