Skip to content

Commit 08d7f94

Browse files
committed
chore: lint fixes
1 parent b6ae8f1 commit 08d7f94

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

packages/eslint-config/CHANGELOG.md

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

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

5-
65
### Dependencies
76

8-
* 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))
9-
* Bump the typescript-eslint group with 3 updates ([#474](https://github.com/lightbasenl/platforms/issues/474)) ([f8dfc6b](https://github.com/lightbasenl/platforms/commit/f8dfc6b7897143566cf665a1df3a204f56a1f060))
7+
- Bump synckit from 0.11.2 to 0.11.3
8+
([#475](https://github.com/lightbasenl/platforms/issues/475))
9+
([4b6a5da](https://github.com/lightbasenl/platforms/commit/4b6a5da852c53261606daa1c6aa4e2229fd7a792))
10+
- Bump the typescript-eslint group with 3 updates
11+
([#474](https://github.com/lightbasenl/platforms/issues/474))
12+
([f8dfc6b](https://github.com/lightbasenl/platforms/commit/f8dfc6b7897143566cf665a1df3a204f56a1f060))
1013

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

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",

0 commit comments

Comments
 (0)