Skip to content

Commit a54fed1

Browse files
style: remove unused eslint-disable
1 parent d25156e commit a54fed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/immutability.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare module "@typescript-eslint/utils" {
1313
from?: Immutability | keyof typeof Immutability;
1414
};
1515

16-
// eslint-disable-next-line ts/consistent-type-definitions, ts/no-shadow
16+
// eslint-disable-next-line ts/consistent-type-definitions
1717
interface SharedConfigurationSettings {
1818
immutability?: {
1919
overrides?:

0 commit comments

Comments
 (0)