Skip to content

Commit

Permalink
Update eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Dec 27, 2023
1 parent 287c031 commit 4ac1033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/eslint/no-restricted-imports.d.ts
Expand Up @@ -29,6 +29,7 @@ export type Schema0 =
* @minItems 1
*/
group: [string, ...string[]];
importNamePattern?: string;
message?: string;
caseSensitive?: boolean;
}[];
Expand Down

0 comments on commit 4ac1033

Please sign in to comment.