eslint-community / eslint-plugin-mysticatea

ESLint configurations and additional rules for @mysticatea
MIT License
3 stars 1 forks source link

Deprecate when moving to ESLint 9 #183

Open voxpelli opened 4 months ago

voxpelli commented 4 months ago

I think we should strive to move the few of the eslint-community modules that uses this plugin off from it rather than upgrade this one to ESLint 9.

A code search gives this list of modules:

What we should do is to just have a reusable config instead, eg: @eslint-community/eslint-config

Could probably make it similar to https://github.com/neostandard/neostandard (which I was part of creating on top of ESLint 9)

github-actions[bot] commented 2 months ago

This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that aren't actionable. Please reach out if you have more information for us! 🙂

MichaelDeBoey commented 1 month ago

The dependency web we currently have

graph TD;
  eslint-plugin-es-x-->eslint-plugin-n
  eslint-plugin-eslint-comments-.->eslint-plugin-eslint-plugin
  eslint-plugin-eslint-comments-.->eslint-plugin-es-x
  eslint-plugin-mysticatea-.->eslint-plugin-eslint-comments
  eslint-plugin-mysticatea-.->eslint-utils
  eslint-plugin-mysticatea-.->regexpp
  eslint-utils-->eslint-plugin-es-x
  eslint-utils-->eslint-plugin-eslint-plugin
  eslint-utils-->eslint-plugin-n
  regexpp-->eslint-plugin-es-x

Legenda: