Skip to content

Commit

Permalink
chore(deps): update dependency @jenssimon/eslint-config-base to v6.0.1 (
Browse files Browse the repository at this point in the history
#88)

* chore(deps): update dependency @jenssimon/eslint-config-base to v6.0.1

* chore(deps): fix lint errors

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jens Simon <jens.simon80@googlemail.com>
  • Loading branch information
renovate[bot] and jenssimon committed Aug 4, 2022
1 parent ad01b0b commit 9569526
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@jenssimon/eslint-config-base": "6.0.0",
"@jenssimon/eslint-config-base": "6.0.1",
"@jenssimon/eslint-config-typescript": "3.5.2",
"@types/jest": "28.1.6",
"commitizen": "4.2.5",
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/breakpoints.ts
Expand Up @@ -41,7 +41,6 @@ const mqFor = (breakpoint: string, bps: BreakpointDefinitions): string => (Objec
.filter(([, val]) => val)
.map(([str, val]) => `(${str}-width: ${val})`)
.join(' and '))
// eslint-disable-next-line unicorn/no-array-reduce
).reduce((prev, curr) => curr);

/*
Expand Down
1 change: 0 additions & 1 deletion src/breakpoints.ts
Expand Up @@ -67,7 +67,6 @@ export const parseBreakpoints = (
...defaultParseConfig,
...config,
};
// eslint-disable-next-line unicorn/no-array-reduce
return Object.entries(object).reduce<BreakpointDefinitions>((obj, [key, value]) => {
const breakpointMatch = key.match(parseConfig.regex as RegExp);
if (breakpointMatch && typeof value === 'string') {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -1019,9 +1019,9 @@ __metadata:
languageName: node
linkType: hard

"@jenssimon/eslint-config-base@npm:6.0.0":
version: 6.0.0
resolution: "@jenssimon/eslint-config-base@npm:6.0.0"
"@jenssimon/eslint-config-base@npm:6.0.1":
version: 6.0.1
resolution: "@jenssimon/eslint-config-base@npm:6.0.1"
dependencies:
"@babel/core": ^7.18.10
"@babel/eslint-parser": ^7.18.9
Expand All @@ -1042,7 +1042,7 @@ __metadata:
eslint-plugin-unicorn: ^43.0.2
peerDependencies:
eslint: ^7.32.0 || ^8.2.0
checksum: d328c1e8cc18dbae37bab4317ba8ce6290e98b9cbf8fcef3f100dec7024567a05dcd7939e148ba1e55c0277c333828ea4bfb06e7ae68922866797ccecb0e6bf4
checksum: a96249e9096feb42b8d9aa697914691323681deade64d56f8762e6611f48831f06dd805dcebe6213bf9a7f26c22a58a0697965ded85a9c8401b84caae79e9e93
languageName: node
linkType: hard

Expand Down Expand Up @@ -2852,7 +2852,7 @@ __metadata:
dependencies:
"@commitlint/cli": 17.0.3
"@commitlint/config-conventional": 17.0.3
"@jenssimon/eslint-config-base": 6.0.0
"@jenssimon/eslint-config-base": 6.0.1
"@jenssimon/eslint-config-typescript": 3.5.2
"@types/jest": 28.1.6
commitizen: 4.2.5
Expand Down

0 comments on commit 9569526

Please sign in to comment.