
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-config-standard
Advanced tools
This module is for advanced users. You probably want to use standard instead :)
npm install eslint-config-standard
Shareable configs are designed to work with the extends feature of .eslintrc files.
You can learn more about
Shareable Configs on the
official ESLint website.
If you want to set up the config automatically, follow these steps in your project directory:
npx eslint --initThe above steps will automatically set up an ESLint configuration and install the necessary dependencies for you.
If you want to set up the config manually, run the following command:
npm install --save-dev eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-n
Then, add this to your .eslintrc file:
{
"extends": "standard"
}
Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.
You can override settings from the shareable config by adding them directly into your
.eslintrc file.
The easiest way to use JavaScript Standard Style to check your code is to use the
standard package. This comes with a global
Node command line program (standard) that you can run or add to your npm test script
to quickly check your style.
Use this in one of your projects? Include one of these badges in your readme to let people know that your code is using the standard style.
[](http://standardjs.com)
[](http://standardjs.com)
For the full listing of rules, editor plugins, FAQs, and more, visit the main JavaScript Standard Style repo.
MIT. Copyright (c) Feross Aboukhadijeh.
This package provides Airbnb's .eslintrc as an extensible shared config. It is known for its strict and opinionated rule set that enforces a specific coding style and best practices.
This package includes the ESLint rules used by Google. It is less opinionated than Airbnb's config but still enforces a consistent code style.
eslint-config-prettier disables all rules that are unnecessary or might conflict with Prettier. It is often used in conjunction with other ESLint configs to format code according to Prettier's rules.
FAQs
JavaScript Standard Style - ESLint Shareable Config
The npm package eslint-config-standard receives a total of 2,985,016 weekly downloads. As such, eslint-config-standard popularity was classified as popular.
We found that eslint-config-standard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers 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.