tridactyl/compiler/metadata
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
..
AllMetadata.ts Make the generated metadata typed 2018-11-04 17:24:16 +01:00
ClassMetadata.ts TSLint: enable no-unused-declaration rule 2019-04-16 08:30:31 +02:00
FileMetadata.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
ProgramMetadata.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00
SymbolMetadata.ts Make compiler tslint/tslint-sonarts ready 2019-03-31 13:30:47 +02:00