
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.
@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 220 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.
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.