
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
eslint-config-hudochenkov
Advanced tools
My configs for ESLint.
Available configs:
main
— default config which includes following configs:
base
— config with only ESLint core rules.commonPlugins
— config with @stylistic/eslint-plugin, eslint-plugin-unicorn, and eslint-plugin-import. Applies both for browser and Node.js projects.react
— config for React applications. Includes eslint-plugin-react, eslint-plugin-react-hooks, and eslint-plugin-jsx-a11y plugins.reactTesting
— config for tesing React apps with React Testing Library. Includes eslint-plugin-jest-dom and eslint-plugin-testing-library plugins.jest
— config with eslint-plugin-jest.Install config:
npm install --save-dev eslint-config-hudochenkov
Add chosen config to your ESLint configuration:
import { configs } from 'eslint-config-hudochenkov';
import { defineConfig } from 'eslint/config';
export default defineConfig([
configs.main,
configs.react,
configs.reactTesting,
// other configuration objects
]);
FAQs
My ESLint configs
The npm package eslint-config-hudochenkov receives a total of 87 weekly downloads. As such, eslint-config-hudochenkov popularity was classified as not popular.
We found that eslint-config-hudochenkov 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.