
eslint
List of commands for eslint:
-
eslint:tldr:10a46 eslint: Create the ESLint config file.$ eslint --inittry on your machineexplain this command
-
eslint:tldr:1f81d eslint: Lint one or more files.$ eslint ${filename1-js filename2-js ---}try on your machineexplain this command
-
eslint:tldr:a3e91 eslint: Lint using the specified config.$ eslint -c ${path-to-config_file} ${filename1-js filename2-js}try on your machineexplain this command