
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
orimay-config-eslint
Advanced tools
A solid ESLint configuration for JavaScript and TypeScript projects using the new flat config format. This package combines the best of @eslint/js, @stylistic/eslint-plugin, eslint-plugin-perfectionist, and typescript-eslint to give you a strict, type-safe, and stylistically consistent coding experience.
Install via npm:
npm install --save-dev orimay-config-eslint eslint
Or using pnpm:
pnpm add -D orimay-config-eslint eslint
Note: Ensure you have ESLint version ^9.15.0
installed as it's listed as a
peer dependency.
For projects using ESLint's flat config, create an ESLint configuration file
(for example, eslint.config.mts
) in your project root with the following
content:
import eslintConfig from 'orimay-config-eslint';
export default eslintConfig;
Then run ESLint to lint your project files:
npx eslint . --fix
This package merges multiple ESLint configurations:
These rules are merged together and fine-tuned for a clean, consistent codebase. If you need to customize any settings, feel free to extend or override the rules in your project-specific ESLint configuration.
In the package.json
, you'll find helpful scripts:
--fix
flag to automatically correct fixable
issues.
npm run lint
Contributions, issues, and suggestions are welcome. If you find a bug or have an idea for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use and contribute!
For issues or suggestions, please open an issue.
FAQs
Unknown package
The npm package orimay-config-eslint receives a total of 0 weekly downloads. As such, orimay-config-eslint popularity was classified as not popular.
We found that orimay-config-eslint demonstrated a healthy version release cadence and project activity because the last version was released less than 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.