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 5b4b863 commit c6fcf9fCopy full SHA for c6fcf9f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.11.1
2
+
3
+**Bugfixes:**
4
5
+* `ext-curly`: handle LabeledStatement as if it was not present
6
7
# 1.11.0
8
9
**Non-breaking rule changes:** (you might want to amend your configuration to make the rules stricter again)
package.json
@@ -1,6 +1,6 @@
{
"name": "tslint-consistent-codestyle",
- "version": "1.11.0",
+ "version": "1.11.1",
"description": "Additional rules to enforce constistent code style with tslint",
"repository": {
"type": "git",
@@ -21,7 +21,6 @@
21
"github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog"
22
},
23
"keywords": [
24
- "eslint",
25
"tslint",
26
"custom-rules",
27
"rules",
0 commit comments