Skip to content

Commit b1889b3

Browse files
committed
chore: lint fixes
1 parent e7b44e4 commit b1889b3

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

packages/eslint-config/CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
## [3.2.3](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.2...eslint-config-v3.2.3) (2025-04-15)
44

5-
65
### Dependencies
76

8-
* Bump eslint-plugin-import-x from 4.10.2 to 4.10.3 ([#480](https://github.com/lightbasenl/platforms/issues/480)) ([926a387](https://github.com/lightbasenl/platforms/commit/926a3877aaa4929c1dede65c3d31b6c51d801fc8))
9-
* Bump synckit from 0.11.2 to 0.11.3 ([#475](https://github.com/lightbasenl/platforms/issues/475)) ([4b6a5da](https://github.com/lightbasenl/platforms/commit/4b6a5da852c53261606daa1c6aa4e2229fd7a792))
10-
* Bump synckit from 0.11.3 to 0.11.4 ([#482](https://github.com/lightbasenl/platforms/issues/482)) ([3b362db](https://github.com/lightbasenl/platforms/commit/3b362dbea4b203c32719bf573438c54607f5353c))
11-
* Bump the typescript-eslint group with 3 updates ([#474](https://github.com/lightbasenl/platforms/issues/474)) ([f8dfc6b](https://github.com/lightbasenl/platforms/commit/f8dfc6b7897143566cf665a1df3a204f56a1f060))
12-
* Bump the typescript-eslint group with 3 updates ([#481](https://github.com/lightbasenl/platforms/issues/481)) ([4d4a1ca](https://github.com/lightbasenl/platforms/commit/4d4a1ca14b37e8f1476f6b7a890deaa7ad353eee))
7+
- Bump eslint-plugin-import-x from 4.10.2 to 4.10.3
8+
([#480](https://github.com/lightbasenl/platforms/issues/480))
9+
([926a387](https://github.com/lightbasenl/platforms/commit/926a3877aaa4929c1dede65c3d31b6c51d801fc8))
10+
- Bump synckit from 0.11.2 to 0.11.3
11+
([#475](https://github.com/lightbasenl/platforms/issues/475))
12+
([4b6a5da](https://github.com/lightbasenl/platforms/commit/4b6a5da852c53261606daa1c6aa4e2229fd7a792))
13+
- Bump synckit from 0.11.3 to 0.11.4
14+
([#482](https://github.com/lightbasenl/platforms/issues/482))
15+
([3b362db](https://github.com/lightbasenl/platforms/commit/3b362dbea4b203c32719bf573438c54607f5353c))
16+
- Bump the typescript-eslint group with 3 updates
17+
([#474](https://github.com/lightbasenl/platforms/issues/474))
18+
([f8dfc6b](https://github.com/lightbasenl/platforms/commit/f8dfc6b7897143566cf665a1df3a204f56a1f060))
19+
- Bump the typescript-eslint group with 3 updates
20+
([#481](https://github.com/lightbasenl/platforms/issues/481))
21+
([4d4a1ca](https://github.com/lightbasenl/platforms/commit/4d4a1ca14b37e8f1476f6b7a890deaa7ad353eee))
1322

1423
## [3.2.2](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.2.1...eslint-config-v3.2.2) (2025-04-07)
1524

packages/eslint-config/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
},
2020
"main": "./dist/src/index.js",
2121
"types": "./dist/src/index.d.ts",
22-
"files": [
23-
"README.md",
24-
"LICENSE",
25-
"dist/src"
26-
],
22+
"files": ["README.md", "LICENSE", "dist/src"],
2723
"scripts": {
2824
"build": "tsc -p ./tsconfig.json",
2925
"lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",

packages/utils/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## [1.1.0](https://github.com/lightbasenl/platforms/compare/utils-v1.0.3...utils-v1.1.0) (2025-04-15)
44

5-
65
### Features
76

8-
* **utils:** Use cons generics in `isRecordWith` ([2c3f4f2](https://github.com/lightbasenl/platforms/commit/2c3f4f285da5e9e11d90adbe7f4e7650653f6349))
7+
- **utils:** Use cons generics in `isRecordWith`
8+
([2c3f4f2](https://github.com/lightbasenl/platforms/commit/2c3f4f285da5e9e11d90adbe7f4e7650653f6349))
99

1010
## [1.0.3](https://github.com/lightbasenl/platforms/compare/utils-v1.0.2...utils-v1.0.3) (2025-03-04)
1111

packages/utils/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
"url": "git+https://github.com/lightbasenl/platforms.git",
1212
"directory": "packages/utils"
1313
},
14-
"files": [
15-
"dist/src"
16-
],
14+
"files": ["dist/src"],
1715
"exports": {
1816
"./package.json": "./package.json",
1917
".": {

0 commit comments

Comments
 (0)