
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
eslint-recommended-cli
Advanced tools
This is a cli tool to run ESLint with recommended rules without any configuration files.
npx eslint-recommended-cli <files>
The rules is based on eslint:recommended, but a few options(no-undef, no-console, no-unused-vars) are disabled because of suppressing errors.
Currently, eslint-recommended-cli is supporting the following environments.
eslint-recommended-cli has some options to customize the rules.
reactreact option is to enable plugin:react/recommended, you can run ESLint with recommended rules of eslint-plugin-react.
npx eslint-recommended-cli --react Component.jsx
disableThis options is to disable specific rules you'd like to ignore errors.
npx eslint-recommended-cli --disable no-debugger --disable no-empty src/*.js
formatThis options is equivalent of ESLint's format option.
npx eslint-recommended-cli --format json src/*.js
extendsIf you have own ESLint settings, you can use it with the extends option.
npx -p eslint-config-airbnb \
-p eslint-plugin-jsx-a11y \
-p eslint-plugin-import \
-p eslint-recommended-cli \
eslint-recommended-cli --extends airbnb src/*.js
FAQs
A zero configration cli for ESLint recommended
We found that eslint-recommended-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.