Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eslint/create-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@eslint/create-config
Utility to create ESLint config files
Usage
Prerequisites: Node.js (^20.19.0 || ^22.13.0 || >=24) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
You can use npm/npx(shipped with Node.js).
# use npm
npm init @eslint/config@latest# use npx
npx @eslint/create-config@latestIf you want to use a specific shareable config that is hosted on npm, you can use the --config option and specify the package name:
# use `eslint-config-standard` shared config
npm init @eslint/config@latest -- --config eslint-config-standardTo use an eslintrc-style (legacy) shared config:
npm init @eslint/config@latest -- --eslintrc --config eslint-config-standardSponsors
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. Become a Sponsor to get your logo on our READMEs and website.



