Skip to content

Commit

Permalink
Update tslint package to latest (5.17.0)
Browse files Browse the repository at this point in the history
Signed-off-by: michael sorens <msorens@chef.io>
  • Loading branch information
msorens committed Jun 17, 2019
1 parent a6ef512 commit fca5bb5
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 57 deletions.
81 changes: 47 additions & 34 deletions components/automate-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion components/automate-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"rxjs-tslint": "^0.1.6",
"sass-lint": "^1.12.1",
"ts-node": "~7.0.1",
"tslint": "^5.11.0",
"tslint": "^5.17.0",
"tslint-defocus": "^2.0.3",
"typescript": "^2.9.2",
"wallaby-webpack": "^3.9.10"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {of as observableOf, Observable } from 'rxjs';
import { of as observableOf, Observable } from 'rxjs';

import { map, mergeMap, filter } from 'rxjs/operators';
import { Injectable } from '@angular/core';
Expand Down
4 changes: 3 additions & 1 deletion components/automate-ui/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"node_modules/ngrx-tslint-oftype",
"node_modules/tslint-defocus/dist"
],
"jsRules": {
"no-debugger": true
},
"rules": {
"arrow-return-shorthand": true,
"callable-types": true,
Expand Down Expand Up @@ -82,7 +85,6 @@
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
Expand Down
53 changes: 35 additions & 18 deletions components/chef-ui-library/package-lock.json

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

2 changes: 1 addition & 1 deletion components/chef-ui-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"node-sass": "^4.12.0",
"puppeteer": "1.11.0",
"sass-lint": "^1.12.1",
"tslint": "^5.12.1",
"tslint": "^5.17.0",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.14.2",
"typescript": "3.2.2"
Expand Down
1 change: 0 additions & 1 deletion components/release-mgmt-dashboard/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
Expand Down

0 comments on commit fca5bb5

Please sign in to comment.