From f2659ae0b0bae6c1b2ee4dcf331a42e440274c02 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Sep 2018 09:26:02 +0200 Subject: Upgrade tslint rules --- client/package.json | 2 +- client/tslint.json | 2 +- client/yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'client') diff --git a/client/package.json b/client/package.json index e050b8d48..23ce8ce81 100644 --- a/client/package.json +++ b/client/package.json @@ -148,7 +148,7 @@ "terser-webpack-plugin": "^1.1.0", "ts-jest": "^23.1.4", "tslint": "^5.7.0", - "tslint-config-standard": "^7.0.0", + "tslint-config-standard": "^8.0.1", "typescript": "2.9", "video.js": "^7", "videojs-contextmenu-ui": "^5.0.0", diff --git a/client/tslint.json b/client/tslint.json index db852d9f8..e997088fd 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -31,7 +31,7 @@ "contextual-life-cycle": true, "trackBy-function": false, "use-pipe-transform-interface": true, - "pipe-naming": [true, "camelCase", "my"], + "pipe-prefix": [true, "my"], "component-class-suffix": true, "directive-class-suffix": true, "pipe-impure": true diff --git a/client/yarn.lock b/client/yarn.lock index d868c71af..cbd06d57f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8236,9 +8236,9 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@~1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" -tslint-config-standard@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-7.1.0.tgz#6bcc435a179478e365f6cc62312a561221985760" +tslint-config-standard@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/tslint-config-standard/-/tslint-config-standard-8.0.1.tgz#e4dd3128e84b0e34b51990b68715a641f2b417e4" dependencies: tslint-eslint-rules "^5.3.1" -- cgit v1.2.3