LEAN-5581: Revive manuscripts-eslint-config and Standardize Linting A… - #329
Open
AlaAlkhalaileh wants to merge 11 commits into
Open
AlaAlkhalaileh wants to merge 11 commits into
AlaAlkhalaileh wants to merge 11 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Revives/standardizes linting setup by switching this package to rely on the shared @manuscripts/eslint-config and removing locally-declared ESLint-related dependencies.
Changes:
- Removes many ESLint plugin/config devDependencies from
package.json. - Simplifies
eslint.config.mjsto use the shared@manuscripts/eslint-configdirectly (and keeps a snapshots ignore).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Removes local ESLint-related devDependencies to centralize linting via shared config. |
| eslint.config.mjs | Drops FlatCompat/plugin wiring and uses shared eslint config array with an ignore entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
46
to
48
| "@jats4r/dtds": "0.0.10", | ||
| "@manuscripts/eslint-config": "0.5.1", | ||
| "@types/csl": "npm:csl-json@0.1.0", |
Comment on lines
42
to
45
| @@ -43,8 +43,6 @@ | |||
| "@babel/core": "7.23.7", | |||
| "@babel/preset-env": "7.23.8", | |||
| "@babel/preset-typescript": "7.23.3", | |||
Contributor
|
Published version |
…cross Apps Co-authored-by: Copilot <copilot@github.com>
Contributor
|
Published version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…cross Apps