Skip to content

Commit 5b293b9

Browse files
committed
chore: lint fixes
1 parent e65fa61 commit 5b293b9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

packages/eslint-config/CHANGELOG.md

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

33
## [3.4.1](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.4.0...eslint-config-v3.4.1) (2025-08-26)
44

5-
65
### Dependencies
76

8-
* Bump the typescript-eslint group with 3 updates ([#640](https://github.com/lightbasenl/platforms/issues/640)) ([ff2b0e4](https://github.com/lightbasenl/platforms/commit/ff2b0e45a6d82a00f53082cd1d090fcca9d8dac8))
7+
- Bump the typescript-eslint group with 3 updates
8+
([#640](https://github.com/lightbasenl/platforms/issues/640))
9+
([ff2b0e4](https://github.com/lightbasenl/platforms/commit/ff2b0e45a6d82a00f53082cd1d090fcca9d8dac8))
910

1011
## [3.4.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v3.3.0...eslint-config-v3.4.0) (2025-08-25)
1112

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 . --concurrency=auto --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",

0 commit comments

Comments
 (0)