TLDR
Enter a command. For example: git column, mitmdump, rar, git sed.

standard

 
The JavaScript Standard Style tool for linting and fixing JavaScript code. More information: https://standardjs.com.
 
  • Lint all JavaScript source files in the current directory:
     
    standard
     
  • Lint specific JavaScript file(s):
     
    standard {{path/to/file(s)}}
     
  • Apply automatic fixes during linting:
     
    standard --fix
     
  • Declare any available global variables:
     
    standard --global {{variable}}
     
  • Use a custom ESLint plugin when linting:
     
    standard --plugin {{plugin}}
     
  • Use a custom JS parser when linting:
     
    standard --parser {{parser}}
     
  • Use a custom ESLint environment when linting:
     
    standard --env {{environment}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.