v1.12.0
Features:
This package now provides all rules for the Wotan linter runtime as well.
Example .wotanrc.yaml
:
extends:
- tslint-consistent-codestyle # makes rules from the package available with the 'tcc/' prefix
rules: # now configure the rules you want to use, remember to use the 'tcc/' prefix
tcc/no-collapsible-if: error
tcc/no-unused:
options: 'ignore-parameters'