mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05: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 |