
standard
List of commands for standard:
-
standard:tldr:3d983 standard: Use a custom ESLint environment when linting.$ standard --env ${environment}try on your machineexplain this command
-
standard:tldr:6cf0a standard: Use a custom ESLint plugin when linting.$ standard --plugin ${plugin}try on your machineexplain this command
-
standard:tldr:944e0 standard: Lint specific JavaScript file(s).$ standard ${filename1 filename2 ---}try on your machineexplain this command
-
standard:tldr:9edba standard: Declare any available global variables.$ standard --global ${variable}try on your machineexplain this command
-
standard:tldr:aa94d standard: Use a custom JS parser when linting.$ standard --parser ${parser}try on your machineexplain this command
-
standard:tldr:c00f0 standard: Lint all JavaScript source files in the current directory.$ standardtry on your machineexplain this command
-
standard:tldr:c7ea8 standard: Apply automatic fixes during linting.$ standard --fixtry on your machineexplain this command