Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESLint] Add version to the plugins and parsers #4594

Open
1 task
alizedebray opened this issue Feb 4, 2025 · 0 comments
Open
1 task

[ESLint] Add version to the plugins and parsers #4594

alizedebray opened this issue Feb 4, 2025 · 0 comments
Labels
📦 eslint Concerning the eslint package

Comments

@alizedebray
Copy link
Contributor

alizedebray commented Feb 4, 2025

The ESLint package currently does not set a version for the plugins and parsers.
The version is not mandatory but recommended: https://eslint.org/docs/latest/extend/custom-parsers#meta-data-in-custom-parsers
It should match the package.json version, however the package.json is not included in the build so we cannot jus import {version} from '../package.json';

@gfellerph gfellerph added the 📦 eslint Concerning the eslint package label Feb 4, 2025
@gfellerph gfellerph added this to the Migration documentation milestone Feb 4, 2025
@gfellerph gfellerph moved this from 👀 Triage to 💻 Ready for development in Design System Production Board Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 eslint Concerning the eslint package
Projects
Status: 💻 Ready for development
Development

No branches or pull requests

2 participants