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 97609c0 commit 09c7b6dCopy full SHA for 09c7b6d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.13.0
2
+
3
+**Features:**
4
5
+* `no-else-after-return`: added option `"allow-else-if"`
6
7
# 1.12.3
8
9
* `no-else-after-return`: use correct control flow analysis
package.json
@@ -1,6 +1,6 @@
{
"name": "tslint-consistent-codestyle",
- "version": "1.12.3",
+ "version": "1.13.0",
"description": "Additional rules to enforce constistent code style with tslint",
"repository": {
"type": "git",
0 commit comments