Skip to content

Commit

Permalink
[Project] Remove eslint-plugin-perfectionist type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Jul 22, 2024
1 parent 77cf2c1 commit dd85bdc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages.d.ts
Original file line number Diff line number Diff line change
@@ -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<Linter.FlatConfig>;

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';
Expand Down

0 comments on commit dd85bdc

Please sign in to comment.