
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@eslint/config-inspector
Advanced tools
A visual tool for inspecting and understanding your ESLint flat configs
A visual tool for inspecting and understanding your ESLint flat configs.
Go to the project root that contains eslint.config.js
and run:
npx @eslint/config-inspector@latest
Visit http://localhost:7777/ to view and play with your ESLint config. Changes to the config file will be updated automatically.
Run npx @eslint/config-inspector --help
to see all the CLI options available.
Or play it right in your browser now:
It is also possible to build a static web app for your ESLint config:
npx @eslint/config-inspector build
This will generate a Single-Page Application (SPA) under .eslint-config-inspector
, with the snapshot of the current ESLint config. You can deploy it somewhere, or use it for comparison etc.
Run npx @eslint/config-inspector build --help
to see all the CLI options available.
We operate under the ESLint Contributor Guidelines, so please be sure to read them before contributing. If you're not sure where to dig in, check out the issues.
This project uses the following stack:
server/api
powered by NitroTo start the development server:
pnpm install
(we highly recommend you to enable corepack enable
first)pnpm dev
to start the development server at http://localhost:3000To test the production build:
pnpm build
to build the apppnpm start
to start the production server at http://localhost:7777Apache-2.0 License
FAQs
A visual tool for inspecting and understanding your ESLint flat configs
The npm package @eslint/config-inspector receives a total of 234,073 weekly downloads. As such, @eslint/config-inspector popularity was classified as popular.
We found that @eslint/config-inspector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.