tslint-config-airbnb
Advanced tools
Comparing version 5.11.0 to 5.11.1
@@ -0,1 +1,11 @@ | ||
<a name="5.11.1"></a> | ||
## [5.11.1](https://github.com/progre/tslint-config-airbnb/compare/5.11.0...5.11.1) (2018-11-15) | ||
### Bug Fixes | ||
* wrong rule configuration ([3abd09c](https://github.com/progre/tslint-config-airbnb/commit/3abd09c)), closes [#56](https://github.com/progre/tslint-config-airbnb/issues/56) | ||
<a name="5.11.0"></a> | ||
@@ -2,0 +12,0 @@ # [5.11.0](https://github.com/progre/tslint-config-airbnb/compare/5.10.0...5.11.0) (2018-09-01) |
{ | ||
"name": "tslint-config-airbnb", | ||
"description": "A TSLint config for Airbnb JavaScript Style", | ||
"version": "5.11.0", | ||
"version": "5.11.1", | ||
"author": "progre", | ||
@@ -10,13 +10,13 @@ "bugs": { | ||
"dependencies": { | ||
"tslint-consistent-codestyle": "^1.13.3", | ||
"tslint-consistent-codestyle": "^1.14.1", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"tslint-microsoft-contrib": "~5.2.0" | ||
"tslint-microsoft-contrib": "~5.2.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.0.0", | ||
"@commitlint/config-conventional": "^7.0.1", | ||
"conventional-changelog-cli": "^1.3.5", | ||
"husky": "^0.14.3", | ||
"@commitlint/cli": "^7.2.1", | ||
"@commitlint/config-conventional": "^7.1.2", | ||
"conventional-changelog-cli": "^2.0.11", | ||
"husky": "^1.1.4", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.1.6" | ||
}, | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/progre/tslint-config-airbnb/#readme", | ||
"peerDependencies": { | ||
"tslint": "^5.8.0" | ||
"tslint": "^5.11.0" | ||
}, | ||
@@ -38,4 +38,4 @@ "repository": "github:progre/tslint-config-airbnb", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"commitmsg": "commitlint -E GIT_PARAMS" | ||
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
} |
@@ -59,3 +59,3 @@ const path = require('path'); | ||
'comment-format': [true, 'check-space'], // 18.3 | ||
indent: [true, 'space'], // 19.1 | ||
indent: [true, 'spaces'], // 19.1 | ||
'ter-indent': [ | ||
@@ -62,0 +62,0 @@ true, |
9967