Skip to content

Commit 79eb18f

Browse files
committed
docs: add TODO comments to LanguagePreference
1 parent 535d9b3 commit 79eb18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/utilities/kit/src/LanguagePreference/LanguagePreference.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const DEFAULT_LANGUAGE_PREFERENCE = parse(LanguagePreferenceSchema, {});
1414

1515
declare module "@typescript-eslint/utils/ts-eslint" {
1616
export interface SharedConfigurationSettings {
17-
// eslint-disable-next-line no-restricted-syntax
18-
languagePreference?: Partial<LanguagePreference>;
17+
// TODO: Add the language preference to the shared configuration settings when it is ready.
18+
// languagePreference?: Partial<LanguagePreference>;
1919
}
2020
}

0 commit comments

Comments
 (0)