`no-unused` appears to be broken when using TypeScript 3: This code: ```ts const TEST = 1; ``` Produces this error: > The 'no-unused' rule threw an error in '/path/to/file.ts': > TypeError: ts.unescapeIdentifier is not a function