-
Couldn't load subscription status.
- Fork 6.8k
Closed
Labels
area: dev-infraIssue related to internal project infrastructureIssue related to internal project infrastructure
Description
As proposed by @hansl we should use custom tslint rules instead of the forbidden-identifiers script.
I already played with that and run into several problems:
-
The rules will be written with TypeScript but need to be loaded as
.jscompiled files.
We could compile them in a gulp task, but then developers probably will commit the files. -
We are currently using an older version of
tslint.
Version4.0.0is already available, but includes some breaking changes like the deprecation ofno-unused-variable
Metadata
Metadata
Assignees
Labels
area: dev-infraIssue related to internal project infrastructureIssue related to internal project infrastructure