From 83103b6affcef8fe3e5993d0ce1c8ce166d869b2 Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:39:15 +0000 Subject: [PATCH] chore: lint fixes --- packages/eslint-config/CHANGELOG.md | 4 ++-- packages/eslint-config/package.json | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index db13958..b82f0aa 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,10 +2,10 @@ ## [2.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.0.0...eslint-config-v2.1.0) (2024-10-25) - ### Features -* Upperbound the time spend creating Prettier auto-fixes ([a4b5968](https://github.com/lightbasenl/platforms/commit/a4b5968eb96a4b93198741f6eea03078d780f554)) +- Upperbound the time spend creating Prettier auto-fixes + ([a4b5968](https://github.com/lightbasenl/platforms/commit/a4b5968eb96a4b93198741f6eea03078d780f554)) ## [2.0.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.2.0...eslint-config-v2.0.0) (2024-10-22) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ea8870a..1d4675d 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -19,11 +19,7 @@ }, "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", - "files": [ - "README.md", - "LICENSE", - "dist/src" - ], + "files": ["README.md", "LICENSE", "dist/src"], "scripts": { "build": "tsc -p ./tsconfig.json", "lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color",