Skip to content

v1.12.0

Compare
Choose a tag to compare
@ajafff ajafff released this 09 Mar 22:23
· 66 commits to master since this release

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'