diff --git a/typings/eslint-plugin-deprecation.d.ts b/typings/eslint-plugin-deprecation.d.ts deleted file mode 100644 index 007bdbf2c75b..000000000000 --- a/typings/eslint-plugin-deprecation.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -declare module 'eslint-plugin-deprecation' { - import type { - ClassicConfig, - Linter, - } from '@typescript-eslint/utils/ts-eslint'; - - declare const exprt: { - configs: { recommended: ClassicConfig.Config }; - rules: NonNullable; - }; - export = exprt; -}