From a0b6c0a956a5031aacaaed502e22df27a97fa11a Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Tue, 14 Jul 2020 18:06:53 +0300 Subject: [PATCH] style: linting --- package.json | 2 +- src/main/ts/pipes/masker.ts | 4 ++-- src/main/ts/utils/deepmap.ts | 2 +- yarn.lock | 44 +++++------------------------------- 4 files changed, 10 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 2470c31..d2ebe05 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "coveralls": "^3.1.0", "cross-fetch": "^3.0.5", "eslint": "^7.4.0", - "eslint-config-qiwi": "1.6.0", + "eslint-config-qiwi": "1.7.0", "eslint-plugin-typescript": "^0.14.0", "esm": "^3.2.25", "jest": "^26.1.0", diff --git a/src/main/ts/pipes/masker.ts b/src/main/ts/pipes/masker.ts index 40937f1..0492950 100644 --- a/src/main/ts/pipes/masker.ts +++ b/src/main/ts/pipes/masker.ts @@ -4,7 +4,7 @@ import { deepMap } from '../utils' const type = 'masker' export const createMaskerPipe = ( - fn: (el: any, key?: string) => string, + fn: (el: any, key?: string) => string ): IPipe => ({ type, async execute ({ data }) { @@ -21,7 +21,7 @@ export const panMaskerFn = (input: string | number): string => { return (input + '').replace(/\d{13,19}/g, v => luhn(v) ? `${v.slice(0, 4)} **** **** ${v.slice(-4)}` - : '' + input, + : '' + input ) } diff --git a/src/main/ts/utils/deepmap.ts b/src/main/ts/utils/deepmap.ts index 6f331e8..c61e3ff 100644 --- a/src/main/ts/utils/deepmap.ts +++ b/src/main/ts/utils/deepmap.ts @@ -2,7 +2,7 @@ export function deepMap ( input: any, fn: (input: Record, key?: string) => any, refs = new WeakMap(), - key?: string, + key?: string ) { if (typeof input === 'object' && input !== null) { const ref = refs.get(input) diff --git a/yarn.lock b/yarn.lock index 8ead50d..48d6b9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2208,7 +2208,7 @@ debug@^3.1.0: dependencies: ms "^2.1.1" -debuglog@*, debuglog@^1.0.1: +debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= @@ -2581,10 +2581,10 @@ eslint-ast-utils@^1.1.0: lodash.get "^4.4.2" lodash.zip "^4.2.0" -eslint-config-qiwi@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/eslint-config-qiwi/-/eslint-config-qiwi-1.6.0.tgz#e8fc496d707bf67d8db52a602fb171fe94e2fe20" - integrity sha512-IqSid5bDwfniM6BWq0TXKb0jeW2YIWaUWl8Pa1vvEeAhpVmlJpZ33DTGpX1/z/W7Cdp6b1kM5hkTGIU89zfb1A== +eslint-config-qiwi@1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/eslint-config-qiwi/-/eslint-config-qiwi-1.7.0.tgz#d9060ddc005322afd299cb51bf877e6323b32365" + integrity sha512-eBhxJPlb8Etl4pV55i+O8eKxRfkl4M/QVebKvA0A4w39jEnSIgEp9b4WtKq42Th7vIDV6ebBEbHXr2Gp2oZ+uA== dependencies: "@typescript-eslint/eslint-plugin" "^3.3.0" "@typescript-eslint/parser" "^3.3.0" @@ -3790,7 +3790,7 @@ import-modules@^2.0.0: resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz#9c1e13b4e7a15682f70a6e3fa29534e4540cfc5d" integrity sha512-iczM/v9drffdNnABOKwj0f9G3cFDon99VcG1mxeBsdqnbd+vnQ5c2uAiCHNQITqFTOPaEvwg3VjoWCur0uHLEw== -imurmurhash@*, imurmurhash@^0.1.4: +imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= @@ -5022,11 +5022,6 @@ lockfile@^1.0.4: dependencies: signal-exit "^3.0.2" -lodash._baseindexof@*: - version "3.1.0" - resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c" - integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw= - lodash._baseuniq@~4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8" @@ -5035,33 +5030,11 @@ lodash._baseuniq@~4.6.0: lodash._createset "~4.0.0" lodash._root "~3.0.0" -lodash._bindcallback@*: - version "3.0.1" - resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e" - integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4= - -lodash._cacheindexof@*: - version "3.0.2" - resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92" - integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI= - -lodash._createcache@*: - version "3.1.2" - resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093" - integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM= - dependencies: - lodash._getnative "^3.0.0" - lodash._createset@~4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26" integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY= -lodash._getnative@*, lodash._getnative@^3.0.0: - version "3.9.1" - resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" - integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= - lodash._root@~3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692" @@ -5112,11 +5085,6 @@ lodash.once@^4.1.1: resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w= -lodash.restparam@*: - version "3.6.1" - resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" - integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= - lodash.set@^4.3.2: version "4.3.2" resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"