When the package is run, it could first output its version. For example:
$ npm init @eslint/config
@eslint/create-config v1.1.4
? How would you like to use ESLint? ...
To check syntax only
> To check syntax and find problems
I think this could help with triaging issues. Does it make sense?
When the package is run, it could first output its version. For example:
I think this could help with triaging issues. Does it make sense?