oxc/tasks/lint_rules/src
Alexander S a5e0f2274a
fix(docs): detect typescript alias rules and mark them as supported (#3779)
Some tpyescript rules are extensions of the core eslint rules.  

Now we mark them as supported :) 

Maybe add a info for the user about this behavior?

Some discord discussion:

https://discord.com/channels/1079625926024900739/1080712072012238858/1226407188650659845

## Current State

Found Aliases:
- default-param-last
- max-params
- no-array-constructor
- require-await
- no-dupe-class-members
- no-empty-function
- no-loss-of-precision
- no-redeclare
- no-useless-constructor

Todo: why im getting following output:
```
👀 typescript/require-await is implemented but not found in their rules
👀 tree-shaking/no-side-effects-in-initialization is implemented but not found in their rules
```
2024-06-20 14:56:31 +08:00
..
eslint-rules.cjs fix(docs): detect typescript alias rules and mark them as supported (#3779) 2024-06-20 14:56:31 +08:00
main.cjs
markdown-renderer.cjs
oxlint-rules.cjs fix(docs): detect typescript alias rules and mark them as supported (#3779) 2024-06-20 14:56:31 +08:00
result-reporter.cjs