We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-unused appears to be broken when using TypeScript 3:
no-unused
This code:
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