
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.
eslint-import-resolver-nuxt
Advanced tools
Nodejs and nuxtjs default behavior import resolution plugin for eslint-plugin-import.
Default Node-style module resolution plugin for eslint-plugin-import.
Published separately to allow pegging to a specific version in case of breaking changes.
Config is passed directly through to resolve as options:
settings:
import/resolver:
nuxt:
# The path of nuxt resource directory to relative process.cwd()
# if unset, default is ''
nuxtSrcDir: nuxt
extensions:
# if unset, default is just '.js', but it must be re-added explicitly if set
- .js
- .jsx
- .es6
- .coffee
paths:
# an array of absolute paths which will also be searched
# think NODE_PATH
- /usr/local/share/global_modules
# this is technically for identifying `node_modules` alternate names
moduleDirectory:
- node_modules # defaults to 'node_modules', but...
- bower_components
- project/src # can add a path segment here that will act like
# a source root, for in-project aliasing (i.e.
# `import MyStore from 'stores/my-store'`)
or to use the default options:
settings:
import/resolver: nuxt
FAQs
Nodejs and nuxtjs default behavior import resolution plugin for eslint-plugin-import.
The npm package eslint-import-resolver-nuxt receives a total of 8,909 weekly downloads. As such, eslint-import-resolver-nuxt popularity was classified as popular.
We found that eslint-import-resolver-nuxt demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.