Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #232 from AdenFlorian/master
Browse files Browse the repository at this point in the history
When autoFixOnSave is array, items must be strings
  • Loading branch information
egamma committed Jul 25, 2017
2 parents 24a4d82 + c2c32ce commit af820d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
"boolean",
"array"
],
"items": {
"type": "string"
},
"default": false,
"description": "Turns auto fix on save on or off, or defines which rules (e.g. `no-var-keyword`) to auto fix on save."
},
Expand Down

0 comments on commit af820d2

Please sign in to comment.