UNPKG

eslint-plugin-deprecation

Version:

ESLint rule that reports usage of deprecated code

8 lines (7 loc) 146 B
declare const recommended: { plugins: string[]; rules: { 'deprecation/deprecation': string; }; }; export default recommended;