Skip to content

LEAN-5581: Revive manuscripts-eslint-config and Standardize Linting A… - #1165

Open
AlaAlkhalaileh wants to merge 11 commits into
masterfrom
LEAN-5581
Open

AlaAlkhalaileh wants to merge 11 commits into
masterfrom
LEAN-5581

Conversation

@AlaAlkhalaileh

Copy link
Copy Markdown
Contributor

…cross Apps

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR streamlines the repo’s ESLint setup to rely more directly on @manuscripts/eslint-config, aligning linting configuration with the shared Manuscripts linting approach across apps.

Changes:

  • Removes a number of ESLint-related devDependencies from package.json.
  • Simplifies eslint.config.mjs by dropping FlatCompat/@eslint/js usage and directly composing the shared config with local rule overrides.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Removes explicit ESLint plugin/config devDependencies to reduce local linting package surface area.
eslint.config.mjs Switches to directly spreading the shared @manuscripts/eslint-config into the flat config and keeps local rule overrides.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json Outdated
Comment on lines 66 to 82
@@ -79,23 +77,8 @@
"@types/styled-components": "5.1.34",
"@types/use-sync-external-store": "1.5.0",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"babel-jest": "30.0.5",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-diff": "2.0.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "29.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-mdx": "3.6.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"husky": "8.0.3",
@zax-assistant

zax-assistant Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

Published version 4.13.42-LEAN-5581.1

@zax-assistant

zax-assistant Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

Published version 4.13.42-LEAN-5581.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants