@typescript-eslint/interface-name-prefix

This commit is contained in:
Alexander T
2019-06-20 10:12:18 +03:00
parent 33eeceec9e
commit 882dfd265c
4 changed files with 12 additions and 5 deletions

View File

@@ -4,7 +4,8 @@ namespace ts.server {
projectRootPath: Path;
}
// tslint:disable-next-line interface-name (for backwards-compatibility)
// for backwards-compatibility
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
export interface ITypingsInstaller {
isKnownTypesPackageName(name: string): boolean;
installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>;