We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25156e commit a54fed1Copy full SHA for a54fed1
src/settings/immutability.ts
@@ -13,7 +13,7 @@ declare module "@typescript-eslint/utils" {
13
from?: Immutability | keyof typeof Immutability;
14
};
15
16
- // eslint-disable-next-line ts/consistent-type-definitions, ts/no-shadow
+ // eslint-disable-next-line ts/consistent-type-definitions
17
interface SharedConfigurationSettings {
18
immutability?: {
19
overrides?:
0 commit comments