From 05d64bea41f4b10381468af31ab8621fef4284ae Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:22:11 +0000 Subject: [PATCH 1/2] Initial plan From d75e7536b64d4d07258555608b2322c63231b1d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:24:49 +0000 Subject: [PATCH 2/2] chore: upgrade eslint to v10 and remove incompatible import plugin Agent-Logs-Url: https://github.com/abraham/reflection/sessions/fde15328-0130-45d7-9379-f44689a9758c Co-authored-by: abraham <3341+abraham@users.noreply.github.com> --- eslint.config.mjs | 3 --- package.json | 5 ++--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 34fcf1e..b1f7dda 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,13 +1,10 @@ import eslint from '@eslint/js'; -import importPlugin from 'eslint-plugin-import'; import jest from 'eslint-plugin-jest'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, tseslint.configs.recommended, - importPlugin.flatConfigs.errors, - importPlugin.flatConfigs.typescript, { plugins: { jest }, rules: { diff --git a/package.json b/package.json index 01926ab..3cf0c77 100644 --- a/package.json +++ b/package.json @@ -45,10 +45,9 @@ }, "homepage": "https://github.com/abraham/reflection#readme", "devDependencies": { - "@eslint/js": "^9.0.0", + "@eslint/js": "^10.0.1", "@types/jest": "^30.0.0", - "eslint": "^9.0.0", - "eslint-plugin-import": "^2.0.0", + "eslint": "^10.2.1", "eslint-plugin-jest": "^29.0.1", "jest": "^30.0.3", "pkg-ok": "^3.0.0",