tsslint icon indicating copy to clipboard operation
tsslint copied to clipboard

Results 7 tsslint issues
Sort by recently updated
recently updated
newest added

Currently there is no autofix in vscode: ![image](https://github.com/johnsoncodehk/typescript-linter/assets/58381667/3a081a29-422e-497b-8c3d-1fed6a7b68ad)

bug

👋 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...

enhancement

like eslint, we can disable by: ```ts // tssint-disable-next-line queryClient.invalidateQueries(['useXXX']); ```

enhancement

# 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...

bug

👋 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...

documentation

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 } =...