tslint-jest is a TSLint plugin providing lint rules for Jest test files. Version 1.0.5 is the latest stable release; the package is no longer actively maintained as TSLint is deprecated in favor of ESLint. It offers rules such as no-alias-methods and expect-expect. Unlike alternatives (eslint-plugin-jest), this plugin is specific to TSLint and is only useful for projects still using TSLint.
npm install tslint-jestNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install tslint-jest, configure rules in tslint.json, and lint Jest test files.
Use eslint-plugin-jest with ESLint instead.
Always define rules in tslint.json configuration file.
Use the `assertFunctionNames` option to whitelist custom assertion functions.
Run `npm install --save-dev tslint-jest`.
Ensure `"extends": ["tslint-jest"]` is present in tslint.json.
Stick to TSLint 5.x and tslint-jest 1.0.x.
No dependency data recorded yet.