eslint-plugin-deprecation
- Version 3.0.0
- Published
- 51.1 kB
- 3 dependencies
- LGPL-3.0-or-later license
Install
npm i eslint-plugin-deprecation
yarn add eslint-plugin-deprecation
pnpm add eslint-plugin-deprecation
Overview
ESLint rule that reports usage of deprecated code
Index
Variables
Namespaces
Variables
variable meta
const meta: { name: string; version: string };
Namespaces
namespace configs
module 'dist/configs/index.d.ts' {}
variable recommended
const recommended: { plugins: string[]; rules: { 'deprecation/deprecation': string };};
namespace rules
module 'dist/rules/index.d.ts' {}
variable deprecation
const deprecation: ESLintUtils.RuleModule< 'deprecated', Options, ESLintUtils.RuleListener>;
Package Files (5)
Dependencies (3)
Dev Dependencies (24)
- @commitlint/cli
- @commitlint/config-conventional
- @semantic-release/changelog
- @semantic-release/commit-analyzer
- @semantic-release/git
- @semantic-release/github
- @semantic-release/npm
- @semantic-release/release-notes-generator
- @types/jest
- @types/node
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- @typescript-eslint/rule-tester
- commitizen
- cz-conventional-changelog
- eslint
- husky
- jest
- lint-staged
- prettier
- rimraf
- semantic-release
- ts-jest
- typescript
Peer Dependencies (2)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/eslint-plugin-deprecation
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/eslint-plugin-deprecation)
- HTML<a href="https://www.jsdocs.io/package/eslint-plugin-deprecation"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3200 ms. - Missing or incorrect documentation? Open an issue for this package.