(WIP) Bring the same linting functionality that eslint-react.xyz
has to the TypeScript LSP.
- ArnaudBarre for his work on
tsl
, especially the AST type rewrite effort that made it much easier to work with when developing custom rules. - Johnson Chu for his work on TSSlint that this project previously intended to be based on.
- Effect-TS/language-service for the inspiration of creating
typescriptreact-language-service
(which is now@react-analyzer/tsl
). - typescript-eslint/typescript-eslint for providing the foundation where these custom rules were developed and tested before being ported to this project.