Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
fix(deps): update dependency tslint to v5.13.1 (#81)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency tslint to v5.13.1

* update tslint-no-unused-expression-chai and report

no changes in active rules
  • Loading branch information
renovate[bot] authored and karfau committed Mar 1, 2019
1 parent 4f804b3 commit 0d880e4
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 82 deletions.
49 changes: 29 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bm-tslint-rules",
"version": "0.7.15",
"version": "0.7.16",
"description": "default tslint rules to use for projects using typescript",
"repository": "https://github.com/bettermarks/bm-tslint-rules",
"bugs": "https://github.com/bettermarks/bm-tslint-rules/issues",
Expand Down Expand Up @@ -29,10 +29,10 @@
"author": "bettermarks",
"license": "ISC",
"dependencies": {
"tslint": "5.12.1",
"tslint": "5.13.1",
"tslint-eslint-rules": "5.4.0",
"tslint-microsoft-contrib": "6.0.0",
"tslint-no-unused-expression-chai": "~0.1.3",
"tslint-no-unused-expression-chai": "0.1.4",
"tslint-react": "3.6.0"
},
"devDependencies": {
Expand Down
33 changes: 17 additions & 16 deletions tslint.report.active.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"documentation": "https://palantir.github.io/tslint/rules/align",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleArguments": [
"parameters",
"arguments",
Expand Down Expand Up @@ -159,7 +159,7 @@
"documentation": "https://palantir.github.io/tslint/rules/eofline",
"hasFix": true,
"ruleSeverity": "error",
"type": "maintainability",
"type": "formatting",
"ruleName": "eofline",
"source": "tslint"
},
Expand All @@ -180,15 +180,15 @@
"import-spacing": {
"documentation": "https://palantir.github.io/tslint/rules/import-spacing",
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleName": "import-spacing",
"source": "tslint"
},
"indent": {
"documentation": "https://palantir.github.io/tslint/rules/indent",
"hasFix": true,
"ruleSeverity": "error",
"type": "maintainability",
"type": "formatting",
"ruleArguments": [
"spaces"
],
Expand Down Expand Up @@ -267,14 +267,14 @@
"documentation": "https://palantir.github.io/tslint/rules/linebreak-style",
"hasFix": true,
"ruleSeverity": "error",
"type": "maintainability",
"type": "formatting",
"ruleName": "linebreak-style",
"source": "tslint"
},
"max-line-length": {
"documentation": "https://palantir.github.io/tslint/rules/max-line-length",
"ruleSeverity": "error",
"type": "maintainability",
"type": "formatting",
"ruleArguments": [
100
],
Expand Down Expand Up @@ -308,7 +308,7 @@
"new-parens": {
"documentation": "https://palantir.github.io/tslint/rules/new-parens",
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleName": "new-parens",
"source": "tslint"
},
Expand Down Expand Up @@ -368,7 +368,7 @@
"documentation": "https://palantir.github.io/tslint/rules/no-consecutive-blank-lines",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleArguments": [
3
],
Expand Down Expand Up @@ -642,7 +642,7 @@
"documentation": "https://palantir.github.io/tslint/rules/no-irregular-whitespace",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleName": "no-irregular-whitespace",
"source": "tslint"
},
Expand Down Expand Up @@ -806,7 +806,7 @@
"documentation": "https://palantir.github.io/tslint/rules/no-trailing-whitespace",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleName": "no-trailing-whitespace",
"source": "tslint"
},
Expand Down Expand Up @@ -970,8 +970,9 @@
},
"number-literal-format": {
"documentation": "https://palantir.github.io/tslint/rules/number-literal-format",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleName": "number-literal-format",
"source": "tslint"
},
Expand Down Expand Up @@ -1087,7 +1088,7 @@
"documentation": "https://palantir.github.io/tslint/rules/quotemark",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleArguments": [
"single",
"avoid-escape"
Expand Down Expand Up @@ -1274,7 +1275,7 @@
"documentation": "https://palantir.github.io/tslint/rules/semicolon",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleArguments": [
"always"
],
Expand Down Expand Up @@ -1356,7 +1357,7 @@
"documentation": "https://palantir.github.io/tslint/rules/trailing-comma",
"hasFix": true,
"ruleSeverity": "error",
"type": "maintainability",
"type": "formatting",
"ruleArguments": [
{
"multiline": "never",
Expand Down Expand Up @@ -1385,7 +1386,7 @@
"documentation": "https://palantir.github.io/tslint/rules/typedef-whitespace",
"hasFix": true,
"ruleSeverity": "error",
"type": "typescript",
"type": "formatting",
"ruleArguments": [
{
"call-signature": "nospace",
Expand Down Expand Up @@ -1448,7 +1449,7 @@
"documentation": "https://palantir.github.io/tslint/rules/whitespace",
"hasFix": true,
"ruleSeverity": "error",
"type": "style",
"type": "formatting",
"ruleArguments": [
"check-branch",
"check-decl",
Expand Down
Loading

0 comments on commit 0d880e4

Please sign in to comment.