This ESLint plugin provides a rule for validating that TypeScript doc comments conform to the TSDoc specification. Configure ESLint for your TypeScript project. See the instructions provided by the typescript-eslint project. You will end up with some dependencies like this: my-project/package.json (example) { "name": "my-project", "version": "1.0.0", "dependencies": {}, "devDependencies": { "@type