We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7667d63 commit 53741c0Copy full SHA for 53741c0
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Change Log
2
3
+## v1.6.0
4
+**Bugfixes:**
5
+* `prefer-const-enum` bail on string to number conversion
6
+* `no-unused` fixed false positive with index signature
7
+
8
+**Features:**
9
+* `parameter-properties` adds `"trailing"` option
10
11
## v1.5.1
12
**Bugfixes:**
13
* `no-var-before-return` now detects if variable is used by a closure.
package.json
@@ -1,6 +1,6 @@
{
"name": "tslint-consistent-codestyle",
- "version": "1.5.1",
+ "version": "1.6.0",
"description": "Additional rules to enforce constistent code style with tslint",
"repository": {
"type": "git",
0 commit comments