TLDR
Enter a command. For example: firebase, swig, vimtutor, finger.

eslint

 
A pluggable linting utility for JavaScript and JSX. More information: https://eslint.org.
 
  • Create ESLint config:
     
    eslint --init
     
  • Lint on a given set of files:
     
    eslint {{filename}}.js {{filename1}}.js
     
  • Fix lint issues:
     
    eslint --fix
     
  • Lint with config:
     
    eslint -c {{path/to/config_file}} {{app/src}}

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.