
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
eslint-config-ovh
Advanced tools

Official OVH rules for ESLint.
:construction: This configuration is under active discussions, so some of our projects do not yet use this configuration
Just install ESLint with the OVH config:
npm install --save-dev eslint eslint-config-ovh
Creates an .eslintrc.json in your project, and specify the config that you want to use:
{
"extends": "ovh"
}
ovh: shortcut for ovh/configs/es6 (see below)These configurations depends of babel-eslint.
ovh/configs/es6: ES6ovh/configs/es6-browser: ES6 + browserovh/configs/es6-browser-test: ES6 + test (browser)ovh/configs/es6-node: ES6 + node >= 6.x.xovh/configs/es6-node-test: ES6 + test (node)ovh/configs/es5: ES5ovh/configs/es5-browser: ES5 + browserovh/configs/es5-browser-test: ES5 + test (browser)ovh/configs/es5-node: ES5 + node < 6.x.xovh/configs/es5-node-test: ES5 + test (node)See LICENSE file.
FAQs
Official OVH rules for ESLint.
The npm package eslint-config-ovh receives a total of 34 weekly downloads. As such, eslint-config-ovh popularity was classified as not popular.
We found that eslint-config-ovh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.