eslint / create-config

Utility to create ESLint config files
MIT License
76 stars 19 forks source link

Change Request: Output package version #131

Closed mdjermanovic closed 5 months ago

mdjermanovic commented 5 months ago

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?

nzakas commented 5 months ago

Makes sense to me. :+1: