mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-15 09:46:30 -04:00
This rule requires adding a new set of rules, tslint-etc. no-unused-declaration used to be available in tslint:recommended but was deprecated when --noUnusedVariables was added to typescript. The problem with using TypeScript's --noUnusedVariables is that it turns unused declarations into an error and prevents compilation, which isn't fun when you're just prototyping things. |
||
|---|---|---|
| .. | ||
| AllTypes.ts | ||
| AnyType.ts | ||
| ArrayType.ts | ||
| BooleanType.ts | ||
| FunctionType.ts | ||
| LiteralTypeType.ts | ||
| NumberType.ts | ||
| ObjectType.ts | ||
| StringType.ts | ||
| TupleType.ts | ||
| Type.ts | ||
| TypeReferenceType.ts | ||
| UnionType.ts | ||
| VoidType.ts | ||