
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
eslint-config-standard-warn
Advanced tools
ESLint Sharable Config Based on Standard, with All Errors Changed to Warnings
This config extends JavaScript Standard Style and changes all errors to warnings. This makes it easier to add ESLint to an existing project by allowing you to find out where your problems are without breaking your tests. You can then use a tool like ESLint Nibble to fix the warnings one-by-one as you have the time and/or willpower. Once all your rules are passing, switch over to using the original Standard configuration.
npm install eslint-config-standard-warn
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.
To use the JavaScript Standard Style Warn shareable config, first run this:
npm install eslint-config-standard-warn
Then, add this to your .eslintrc file:
{
"extends": "standard-warn"
}
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.
FAQs
ESLint Sharable Config Based on Standard, with All Errors Changed to Warnings
We found that eslint-config-standard-warn 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
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.