@fimbul/valtyr
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.4.0
This release contains a lot of refactoring and structural changes:
await-promise
to await-only-promise
deprecation
to no-unstable-api-use
Two new packages were split from the wotan
package:
ymir
contains all base types and classes. This package can be used by extension and rule authors to not depend on the full wotan
runtime.mimir
contains all rules, formatters and configuration presets. Together with ymir
this package allows rules to be executed in a different runtime without depending on the whole wotan
packageFeatures:
await-async-result
generator-require-yield
no-nan-compare
no-unreachable-code
prefer-dot-notation
prefer-number-isnan
prefer-object-spread
no-unstable-api-use
(previously deprecation
) also checks @experimental
tagBugfixes:
no-unused-label
no longer forbids labels on statements other than loops and switch