
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@privyid/eslint-config-persona
Advanced tools
Eslint shareable config for Persona project
First, Install all dependencies:
yarn add --dev \
eslint@8.57.0 \
eslint-config-standard-with-typescript@21.0.1 \
eslint-formatter-pretty@5.0.0 \
eslint-plugin-align-assignments@1.1.2 \
eslint-plugin-import@2.29.1 \
eslint-plugin-n@16.6.2 \
eslint-plugin-node@11.1.0 \
eslint-plugin-promise@6.1.1 \
eslint-plugin-unicorn@48.0.1 \
eslint-plugin-varspacing@1.2.2 \
eslint-plugin-vue@9.23.0 \
typescript@5.4.5 \
@vue/eslint-config-typescript@13.0.0 \
@typescript-eslint/eslint-plugin@5.62.0 \
@typescript-eslint/parser@5.62.0 \
@privyid/eslint-config-persona
Then, add this to your .eslintrc
file (create one if doesn't exist):
{
"extends": ["@privyid/eslint-config-persona"],
"parserOptions": { "project": "./tsconfig.json" }
}
Optional, add this to package.json
script's:
{
// ...
"scripts": {
// ...
"lint": "eslint . --ext .js,.vue,.ts --format pretty",
"fix": "yarn lint:js --fix",
// ...
}
// ...
}
FAQs
Eslint shareable config for Persona project
The npm package @privyid/eslint-config-persona receives a total of 177 weekly downloads. As such, @privyid/eslint-config-persona popularity was classified as not popular.
We found that @privyid/eslint-config-persona demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.