design-system icon indicating copy to clipboard operation
design-system copied to clipboard

[ESLint] Add version to the plugins and parsers

Open alizedebray opened this issue 8 months ago • 0 comments

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';

  • [ ] Depends on #4482

alizedebray avatar Feb 04 '25 13:02 alizedebray