
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@adfinis/eslint-config
Advanced tools
This package contains our internally used eslint config.
To install this package, simply run
pnpm add -D @adfinis/eslint-config \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
eslint-plugin-import
Then add the following to your eslint.config.mjs
import adfinisConfig from "@adfinis/eslint-config";
export default [
...adfinisConfig,
{
// Custom rules for your project
},
];
If you are using it in an ember app or addon you can use the config for ember:
pnpm add -D @adfinis/eslint-config \
@babel/eslint-parser \
@babel/plugin-proposal-decorators \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
eslint-plugin-import \
eslint-plugin-ember \
eslint-plugin-n \
eslint-plugin-qunit \
prettier
For an app replace your eslint.config.mjs with this:
import adfinisEmberAppConfig from "@adfinis/eslint-config/ember-app";
export default [
...adfinisEmberAppConfig,
{
// Custom rules for your project
},
];
Or for an addon replace your eslint.config.mjs with this:
import adfinisEmberAddonConfig from "@adfinis/eslint-config/ember-addon";
export default [
...adfinisEmberAddonConfig,
{
// Custom rules for your project
},
];
FAQs
Adfinis' ESlint config, following our coding guidelines
The npm package @adfinis/eslint-config receives a total of 357 weekly downloads. As such, @adfinis/eslint-config popularity was classified as not popular.
We found that @adfinis/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.