Subcommands (1)
Examples (7)
Lint all JavaScript source files in the current directory
Lint specific JavaScript file(s)
standard path/to/file1 path/to/file2 ...Apply automatic fixes during linting
standard --fixDeclare any available global variables
standard --global variableUse a custom ESLint plugin when linting
standard --plugin pluginUse a custom JS parser when linting
standard --parser parserUse a custom ESLint environment when linting
standard --env environmentmade by @shridhargupta | data from tldr-pages