v0.6.0
Features:
- new rule:
new-parens - new rule:
no-case-declaration - new rule:
no-duplicate-case - new rule:
no-misused-generics - new rule:
no-useless-jump-label - new rule:
prefer-for-of - optimized some of the existing rules for performance
- added decorators to
ymirfor commonly used rule predicates:@excludeDeclarationFilesand@typescriptOnly
Bugfixes:
- Errors in
tsconfig.jsonare now reported as warnings instead of errors. That allows the use of older versions of TypeScript while using compiler options introduced in a later version. no-useless-predicatenow also checkscaseclauses ofswitchstatements