Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
eslint-config-start
Advanced tools
Slightly opinionated ESLint config that should be a good start for any project
Check the full list of rules in index.js
npm install --save-dev eslint-config-start
Add this to your .eslintrc
file:
{
"extends": [
"start"
],
// In case you are using TypeScript, also add link to the tsconfig in the overrides
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"parserOptions": {
"project": "./tsconfig.json"
}
}
]
}
start
packagesFAQs
Slightly opinionated ESLint config that should be a good start for any project
The npm package eslint-config-start receives a total of 6 weekly downloads. As such, eslint-config-start popularity was classified as not popular.
We found that eslint-config-start demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.