
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@igloosoftware/eslint-config-igloo
Advanced tools
Igloo ESLint configurations
Â
Â
Install the following packages as devDependencies:
npm install @igloosoftware/eslint-config-igloo eslint --save-dev
Then just reference the package in your projects package.json:
"@igloosoftware/eslint-config-igloo": "latest"
Notice the eslint dependency.
Â
This package includes the following complete and ready to use configurations:
Â
The base set of configurations. Most often not directly used, instead is meant to be extended from.
@igloosoftware/igloo
Â
To consume just add the extends attribute to your .eslintrc within your project's root.
The core set of ES5 configurations. Extends @igloosoftware/eslint-config-igloo.
{
"extends": "@igloosoftware/igloo/es5"
}
The core set of ESNext configurations. Extends @igloosoftware/eslint-config-igloo.
{
"extends": "@igloosoftware/igloo/next"
}
The core set of React configurations. Extends @igloosoftware/eslint-config-igloo/next.
{
"extends": "@igloosoftware/igloo/react"
}
The core set of Node configurations. Extends @igloosoftware/eslint-config-igloo/next.
{
"extends": "@igloosoftware/igloo/node"
}
Â
If you need to override specific rules within your project, you can do so like this:
{
"extends": "@igloosoftware/igloo/next",
"rules": {
"no-console": 0
}
}
FAQs
Igloo eslint configurations
We found that @igloosoftware/eslint-config-igloo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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 CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.