
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
@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
The npm package @enormora/eslint-config-typescript receives a total of 1,029 weekly downloads. As such, @enormora/eslint-config-typescript popularity was classified as popular.
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
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.