Closed
Description
So the current plan is to port rules from both https://github.com/eslint/eslint and https://github.com/typescript-eslint/typescript-eslint.
They will be released as @eslint-stylistic/eslint-plugin-core
and @eslint-stylistic/eslint-plugin-typescript
respectively.
I also reserved eslint-config-stylistic
for a one-line extend
in eslintrc
and easy usage. Ideally, the usage would be like:
{
"extends": ["stylistic"]
}
Project Stages
Track on https://eslint-stylistic.netlify.app/contribute/project-progress
Current Focus
We shall focus on porting the ESLint core first, here is a few todos:
- Port Rules from ESLint core
- Migration Scripts
- Docs
- Docs Improvements
- Invite contributors who are interested in maintaining them, or previously contributed to those rules
- Port Rules from
typescript-eslint
- Would be glad to use some help from the
typescript-eslint
team, if anyone is interested
- Would be glad to use some help from the
- Migration tools, to print warning on legacy rules.