design-system
design-system copied to clipboard
[ESLint] Add version to the plugins and parsers
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