Forrest logo
back to the standard tool

standard:tldr:3d983

standard: Use a custom ESLint environment when linting.
$ standard --env ${environment}
try on your machine

The command "standard --env ${environment}" seems to be a command being executed in a terminal or command line interface.

Here's the breakdown of the command:

  • "standard" is likely a command or executable.
  • "--env" is a parameter or option for the "standard" command, specifying that you want to set an environment variable.
  • "${environment}" is a placeholder or variable. It is likely expected to be replaced with the actual name or value of the environment you want to set.

Overall, this command is used to set or configure an environment variable for the "standard" command. The actual value of the environment variable is not specified here and would need to be provided separately.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the standard tool