
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@slhs/eslint-config
Advanced tools
This is the SLHS ESLint configuration.
This config uses the new "Flat Config" format and comes with some requirements:
"type": "module" in your package.json)eslint.config.js). You'll probably want
to enable this as a workspace setting (not a user setting) and check it in to source control:
pnpm add -D @slhs/eslint-config
Be sure to install the appropriately versioned
eslintpeer dependency as well.
Follow the ESLint documentation on shared configurations. See the documentation on ignoring files if you need to ignore anything the config doesn't already ignore by default.
eslint.config.jsimport { defineConfig } from 'eslint/config';
import slhsConfig from '@slhs/eslint-config';
const config = defineConfig([
slhsConfig,
{
// your optional overrides here
},
]);
export default config;
package.json{
"scripts": {
...
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
...
}
}
FAQs
SLHS ESLint config
The npm package @slhs/eslint-config receives a total of 4,770 weekly downloads. As such, @slhs/eslint-config popularity was classified as popular.
We found that @slhs/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.