
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@lidofinance/eslint-config
Advanced tools
Automated, non-opinionated ESLint config foundation
❗ Please note that this ESLint config is still 0.x and is subject to significant changes; it is mainly used by internal Lido teams.
npm install --dev @lidofinance/eslint-config
# and plugins
npm install --dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-import-resolver-typescript eslint-plugin-eslint-comments eslint-plugin-import eslint-plugin-jest eslint-plugin-promise eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-sonarjs eslint-plugin-unicorn @next/eslint-plugin-next
If using TypeScript, alter tsconfig.json line includes to include everything, like that:
"include": ["**/*","**/.*"]
ℹ️ Modern module resolution ESLint patch by Rush team is intentionally not used, as it conflicts with same patch in
@next/eslint-plugin.
Style rules are intentionally not provided; bring your own code style, whatever it is - prettier, airbnb, xo or standard.
// .eslintrc.js.js
{
"root": true,
"extends": [
// note: use every other config BEFORE @lidofinance config,
// EXCEPT prettier; prettier is bundled with multiple
// disable rules that should be turned off to avoid conflicts
//"airbnb",
"@lidofinance",
//"prettier"
]
}
@lidofinance/eslint-config is feature-packed config that ships with some logic.
Following assumptions are done:
env in .eslintrcreact package is presenttsconfig.json paths are consideredFor performance, developer experience and accuracy reasons some rules will turn on if following conditions will happen:
React package is declared in package.json
react, react-hooks rules will be usedNext package is declared in package.json
next plugin rules will be usedreact/react-in-jsx-scope will turn offJest package is declared in package.json
jest plugin rules will be usedTypescript package is declared in package.json:
typescript-eslint rules will be enabledtsconfig.json is present, type-level lint rules will be enabledcompilerOptions.strict is true, additional anti-any rules will be enabledFAQs
Automated, non-opinionated ESLint config foundation
The npm package @lidofinance/eslint-config receives a total of 70 weekly downloads. As such, @lidofinance/eslint-config popularity was classified as not popular.
We found that @lidofinance/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.