@fimbul/wotan
Advanced tools
Changelog
v0.6.0
Features:
new-parens
no-case-declaration
no-duplicate-case
no-misused-generics
no-useless-jump-label
prefer-for-of
ymir
for commonly used rule predicates: @excludeDeclarationFiles
and @typescriptOnly
Bugfixes:
tsconfig.json
are 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-predicate
now also checks case
clauses of switch
statementsChangelog
v0.5.0
Features:
prefer-const
no-useless-predicate
Bugfixes: