tsslint
tsslint copied to clipboard
Currently there is no autofix in vscode: 
👋 again! This and https://github.com/Quramy/typescript-eslint-language-service are two really exciting avenues of being able to run ideally much faster typed linting as a part of the TypeScript language service. Ideally we'd...
like eslint, we can disable by: ```ts // tssint-disable-next-line queryClient.invalidateQueries(['useXXX']); ```
# Description First of all, thank you for your amazing work for this tool, volar and other projects! I'm trying to use `tsslint` on Windows and I got the following...
👋 Coming over from https://x.com/johnsoncodehk/status/1915625895403966788, the recording of the CLI looks _really_ appealing. I don't pay for X Premium so I can't download it and put it here _(could someone...
Below is a custom rule that checks if the imported module is correctly added to package.json. ```ts 'missing-dependency'({ typescript: ts, sourceFile, reportError, languageServiceHost }) { const { noEmit } =...