Skip to content

Commit 3259305

Browse files
fix: downgrade eslint to v8 for react-scripts 5.0.1 compatibility
react-scripts 5.0.1 uses eslint-webpack-plugin@3.2.0 which passes extensions and resolvePluginsRelativeTo options removed in eslint 9. Using eslint 8.57.x which still supports these options. Tested locally - build succeeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a15e189 commit 3259305

2 files changed

Lines changed: 192 additions & 220 deletions

File tree

src/ContentProcessorWeb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@eslint/js": "^9.39.2",
60-
"eslint": "^9.0.0",
60+
"eslint": "^8.57.0",
6161
"@testing-library/jest-dom": "^6.9.1",
6262
"@testing-library/react": "^16.3.2",
6363
"@testing-library/user-event": "^14.6.1",

0 commit comments

Comments
 (0)