
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-nuxt
Advanced tools
A complete ESLint configuration for Vue projects with seamless Nuxt integration. This package builds on the robust orimay-config-eslint setup by extending it with Vue-specific rules and providing a helper to integrate with Nuxt's ESLint config composer.
Vue-Specific Rules:
Configures Vue rules like block order, HTML self-closing, operator linebreaks,
and more to enforce best practices in Vue components.
Nuxt Integration:
Provides the fromNuxtConfigComposer
function to easily merge your Nuxt
ESLint configuration with our extended rules.
Base Config Merge:
Leverages the solid foundation from
orimay-config-eslint and
enhances it with additional rules for Vue, Typescript, and more.
Readonly Rule Cleanup:
Automatically removes a list of ESLint rules deemed read-only to prevent
accidental overrides.
Install the package and its required peer dependencies:
npm install --save-dev eslint orimay-config-eslint-nuxt
Or with pnpm:
pnpm add -D eslint orimay-config-eslint-nuxt
Note: Ensure you have ESLint version ^9.15.0
installed as it is required
by this configuration.
If you're using ESLint's flat config system, create or update your configuration
file (for example, eslint.config.mts
) as follows:
import { fromNuxtConfigComposer } from 'orimay-config-eslint-nuxt';
import nuxtConfigComposer from './.nuxt/eslint.config.mjs';
export default fromNuxtConfigComposer(nuxtConfigComposer);
fromNuxtConfigComposer
loops
through the merged configuration, combining files, ignores, plugins, and
rules. It then cleans up any read-only fields before integrating with your
Nuxt ESLint composer.Contributions, bug reports, and feature requests are welcome. If you have suggestions or improvements, 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-nuxt receives a total of 1 weekly downloads. As such, orimay-config-eslint-nuxt popularity was classified as not popular.
We found that orimay-config-eslint-nuxt 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.