mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 15:26:18 -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. |
||
|---|---|---|
| .. | ||
| AllMetadata.ts | ||
| ClassMetadata.ts | ||
| FileMetadata.ts | ||
| ProgramMetadata.ts | ||
| SymbolMetadata.ts | ||