tridactyl/compiler/types
glacambre 923f9caf92
TSLint: enable no-unused-declaration rule
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.
2019-04-16 08:30:31 +02:00
..
AllTypes.ts Make the generated metadata typed 2018-11-04 17:24:16 +01:00
AnyType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
ArrayType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
BooleanType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
FunctionType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
LiteralTypeType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
NumberType.ts TSLint: re-enable radix rule 2019-04-05 13:16:04 +02:00
ObjectType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
StringType.ts TSLint: re-enable no-empty rule 2019-04-14 10:27:22 +02:00
TupleType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
Type.ts TSLint: enable no-unused-declaration rule 2019-04-16 08:30:31 +02:00
TypeReferenceType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
UnionType.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
VoidType.ts TSLint: re-enable no-empty rule 2019-04-14 10:27:22 +02:00