From f61265910abfb8b8ed5eff5efd2b113650c58d1f Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:33:11 +0000 Subject: [PATCH] chore: lint fixes --- packages/eslint-config/CHANGELOG.md | 25 +++++++++++++++++-------- packages/eslint-config/package.json | 6 +----- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index b8250d4..4926ca0 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -2,19 +2,28 @@ ## [2.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.0.0...eslint-config-v2.1.0) (2024-11-11) - ### 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)) ### Dependencies -* Bump eslint-plugin-import-x from 4.3.1 to 4.4.0 ([#295](https://github.com/lightbasenl/platforms/issues/295)) ([9ed1c3b](https://github.com/lightbasenl/platforms/commit/9ed1c3b7be5f04ce850b6d8993e01ed5fc569713)) -* Bump globals from 15.11.0 to 15.12.0 ([#301](https://github.com/lightbasenl/platforms/issues/301)) ([0ad0608](https://github.com/lightbasenl/platforms/commit/0ad0608ba2829c17376b2b5b1b981492f18b108e)) -* Bump the eslint group with 2 updates ([#297](https://github.com/lightbasenl/platforms/issues/297)) ([b654de1](https://github.com/lightbasenl/platforms/commit/b654de10ec7a80b04e167b9540855a3f72601c6b)) -* Bump the typescript-eslint group across 1 directory with 2 updates ([#292](https://github.com/lightbasenl/platforms/issues/292)) ([c18fabe](https://github.com/lightbasenl/platforms/commit/c18fabe02988d32ba5b206832afe9c59088a8a40)) -* Bump the typescript-eslint group with 2 updates ([#299](https://github.com/lightbasenl/platforms/issues/299)) ([af7f7c0](https://github.com/lightbasenl/platforms/commit/af7f7c057e433f6a5e62018b21c8692dca77fe95)) +- Bump eslint-plugin-import-x from 4.3.1 to 4.4.0 + ([#295](https://github.com/lightbasenl/platforms/issues/295)) + ([9ed1c3b](https://github.com/lightbasenl/platforms/commit/9ed1c3b7be5f04ce850b6d8993e01ed5fc569713)) +- Bump globals from 15.11.0 to 15.12.0 + ([#301](https://github.com/lightbasenl/platforms/issues/301)) + ([0ad0608](https://github.com/lightbasenl/platforms/commit/0ad0608ba2829c17376b2b5b1b981492f18b108e)) +- Bump the eslint group with 2 updates + ([#297](https://github.com/lightbasenl/platforms/issues/297)) + ([b654de1](https://github.com/lightbasenl/platforms/commit/b654de10ec7a80b04e167b9540855a3f72601c6b)) +- Bump the typescript-eslint group across 1 directory with 2 updates + ([#292](https://github.com/lightbasenl/platforms/issues/292)) + ([c18fabe](https://github.com/lightbasenl/platforms/commit/c18fabe02988d32ba5b206832afe9c59088a8a40)) +- Bump the typescript-eslint group with 2 updates + ([#299](https://github.com/lightbasenl/platforms/issues/299)) + ([af7f7c0](https://github.com/lightbasenl/platforms/commit/af7f7c057e433f6a5e62018b21c8692dca77fe95)) ## [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 bd95b33..ef0a3de 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",