We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8e6f4 commit a38e6a9Copy full SHA for a38e6a9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.15.0
2
+
3
+**Features:**
4
5
+* `no-unnecessary-else` and `no-else-after-return` are now automatically fixable
6
7
# 1.14.1
8
9
**Bugfixes:**
package.json
@@ -1,6 +1,6 @@
{
"name": "tslint-consistent-codestyle",
- "version": "1.14.1",
+ "version": "1.15.0",
"description": "Additional rules to enforce constistent code style with tslint",
"repository": {
"type": "git",
0 commit comments