diff --git a/packages.d.ts b/packages.d.ts index 5a93068..89885e3 100644 --- a/packages.d.ts +++ b/packages.d.ts @@ -1,14 +1,5 @@ //TODO Delete the declarations once the packages are updated to include the types -//Should be in v3.0.0 from https://github.com/azat-io/eslint-plugin-perfectionist/issues/154#issuecomment-2161828846 -declare module 'eslint-plugin-perfectionist/configs/recommended-alphabetical' { - import type { Linter } from 'eslint'; - - const config: Required; - - export default config; -} - //Should be in v55.0.0 from https://github.com/sindresorhus/eslint-plugin-unicorn/commit/68e0f133c2316537a339cb6c7b12eac6105386b6 declare module 'eslint-plugin-unicorn' { import type { Linter } from 'eslint';