
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.
@enormora/eslint-config-typescript
Advanced tools
@enormora/eslint-config-typescript
Config preset for typescript, enabling specific rules and compiler settings.
Install the @enormora/eslint-config-typescript
and the base preset package via npm:
npm install --save-dev @enormora/eslint-config-base @enormora/eslint-config-typescript
Create an ESLint configuration file (e.g., eslint.config.js
) in your project and add the base and node config to the configuration array:
import { baseConfig } from '@enormora/eslint-config-base';
import { typescriptConfig } from '@enormora/eslint-config-typescript';
export default [
{
ignores: ['dist/**/*']
},
baseConfig,
{
...typescriptConfig,
files: ['**/*.ts']
}
];
FAQs
Enormora’s ESLint typescript configuration
We found that @enormora/eslint-config-typescript demonstrated a healthy version release cadence and project activity because the last version was released less than 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.