
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
eslint-config-wiremore
Advanced tools
A shared ESLint configuration by [wiremore](https://www.wiremore.com). Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even
A shared ESLint configuration by wiremore. Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even for not-so-experienced developers.
Get started by running this command in the root of your project:
npm install --save-dev eslint eslint-config-wiremore
or
yarn add --dev eslint eslint-config-wiremore
Afterwards install all peerDependencies into your project:
npx install-peerdeps --dev eslint-config-wiremore
or:
(
export PKG=eslint-config-wiremore;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
Then add an .eslintrc.json
file to the root of your project before running the eslint command, with the following:
{
"extends": ["wiremore"]
}
Optionally you can also add linting for React/JSX:
{
"extends": ["wiremore", "wiremore/react"]
}
If you want to use TypeScript, that's fine, we got you covered:
{
"extends": ["wiremore", "wiremore/react", "wiremore/typescript"]
}
For more information see: http://eslint.org/docs/user-guide/configuring
FAQs
A shared ESLint configuration by [wiremore](https://www.wiremore.com). Rules are carefully selected to be as restrictive as necessary but no more. This config aims to cause as much consistency as possible in a codebase while keeping the code readable even
We found that eslint-config-wiremore 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’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.