Skip to content

Commit dce0661

Browse files
committed
fix: remove SupportUnsupportedLanguages interface import.
- Removed the import for the `SupportUnsupportedLanguages` interface, as this isn't available until 1.2.0. This was wrongly added to this PR while adding it for the 1.2.0 version.
1 parent d3e9bac commit dce0661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {Rules} from "./rules";
1111
import {logger} from "./logger";
1212
import * as utils from "./utils";
1313
import {ExtensionData} from "./extensionData";
14-
import {Settings, SupportUnsupportedLanguages} from "./interfaces/settings";
14+
import {Settings} from "./interfaces/settings";
1515

1616
export class Configuration {
1717
/**************

0 commit comments

Comments
 (0)