tslint-no-commented-code-rule

0.1.0 • Public • Published

tslint-no-commented-code-rule

TSLint rule that bans commented code

Usage

{
  "extends": [
    "tslint-no-commented-code-rule"
  ],
  "rules":
  {
    "no-commented-code": [true, {
      // ignore any comments that have less than N lines
      "minLineCount": 2,
      // ignore all lines that match this regex
      "ignoredCommentRegex": "^(\\w+$|TODO|FIXME)"
    }]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i tslint-no-commented-code-rule

Weekly Downloads

49

Version

0.1.0

License

MIT

Unpacked Size

13 kB

Total Files

7

Last publish

Collaborators

  • alexkuz