You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
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';
The text was updated successfully, but these errors were encountered: