Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information