Upgrade typescript-eslint version (#39242)

* Upgrade typescript-eslint version

* Update TS version used by typescript-eslint
This commit is contained in:
Ron Buckton
2020-06-24 16:43:03 -07:00
committed by GitHub
parent a3ee09ddc9
commit cc7cb9eadb
8 changed files with 135 additions and 127 deletions

View File

@@ -116,7 +116,7 @@ namespace ts {
* snapshot is observably immutable. i.e. the same calls with the same parameters will return
* the same values.
*/
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
// eslint-disable-next-line @typescript-eslint/naming-convention
export interface IScriptSnapshot {
/** Gets a portion of the script snapshot specified by [start, end). */
getText(start: number, end: number): string;