
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@recodive/eslint-config
Advanced tools
This package provides Recodive's .eslintrc as an extensible shared config.
npm install --save-dev eslint @rushstack/eslint-patch @recodive/eslint-config
We use @rushstack/eslint-patch to patch ESLint's module resolution so that we don't have to install all of the plugins.
This package provides multiple configs for different projects. As of now, there are configs for:
@recodive/eslint-config/strict
)@recodive/eslint-config/vue
)@recodive/eslint-config/vue-strict
)Create a .eslintrc file in the root of your project with the following contents:
//* Patches eslint's module resolution
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
extends: "@recodive/eslint-config",
};
FAQs
Shareable eslint config used by all Recodive projects
We found that @recodive/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.