Gathering detailed insights and metrics for @zemd/eslint-react
Gathering detailed insights and metrics for @zemd/eslint-react
Gathering detailed insights and metrics for @zemd/eslint-react
Gathering detailed insights and metrics for @zemd/eslint-react
🐩 ESLint Configs for Modern JavaScript Projects in 2025
npm install @zemd/eslint-react
Typescript
Module System
Node Version
NPM Version
@zemd/eslint-js@1.1.10
Updated on Jul 11, 2025
@zemd/eslint-ts@1.0.29
Updated on Jul 11, 2025
@zemd/eslint-next@1.0.35
Updated on Jul 11, 2025
@zemd/eslint-rock-stack@1.1.32
Updated on Jul 11, 2025
@zemd/eslint-astro@0.0.10
Updated on Jul 11, 2025
@zemd/eslint-react@1.0.30
Updated on Jul 11, 2025
TypeScript (99.68%)
JavaScript (0.32%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
7 Stars
233 Commits
1 Forks
1 Watchers
1 Branches
2 Contributors
Updated on Jul 11, 2025
Latest Version
1.0.30
Package Id
@zemd/eslint-react@1.0.30
Unpacked Size
26.90 kB
Size
7.90 kB
File Count
7
NPM Version
10.9.2
Node Version
22.17.0
Published on
Jul 11, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
11
1
5
This package includes a set of ESLint configurations for React projects.
The package includes:
Package | Description | Rules | License |
---|---|---|---|
eslint-plugin-react | React specific linting rules | recommended and jsx-runtime rules. Additionally manually selected rules that were not included. | MIT |
eslint-plugin-jsx-a11y | Accessibility rules for JSX | recommended rules. | MIT |
eslint-plugin-react-hooks | Rules for React hooks | recommended rules. | MIT |
eslint-plugin-react-hooks-extra | Additional rules for React hooks | recommended rules. | MIT |
eslint-plugin-react-web-api | ESLint plugin for React to interact with Web APIs | recommended rules. | MIT |
eslint-plugin-react-compiler | React 19 specific rules. | At the moment there is only one rule exists. | MIT |
eslint-plugin-react-refresh | Validate that your components can safely be updated with Fast Refresh. | configurable option. By default, recommended rules and additionally configuration added for vite , remix and react router 7 | MIT |
Additionally, this package includes the @zemd/eslint-ts
and @zemd/eslint-js
rules.
1npm install --save-dev @zemd/eslint-react
1// eslint.config.js 2import react from "@zemd/eslint-react"; // <- this will import all rules including the @zemd/eslint-ts rules 3 4export default [...react()];
You can cherry-pick only what you need:
1// eslint.config.js 2import { react, typescript, javascript, json } from "@zemd/eslint-ts"; // import only typescript config 3 4export default [...react(), ...typescript(), ...javascript(), ...json()];
Package | Version | Description |
---|---|---|
@zemd/eslint-js | JavaScript-only rules. | |
@zemd/eslint-ts | TypeScript rules (includes JS rules from @zemd/eslint-js). | |
@zemd/eslint-react | React rules (includes TS rules from @zemd/eslint-ts and JS rules from @zemd/eslint-js ). | |
@zemd/eslint-rock-stack | Rules for Fullstack projects that include React.js, GraphQL, Playwright, Tailwind(optional), Turbo, Vitest, and Storybook. | |
@zemd/eslint-next | Rules for Next.js projects (inherits from @zemd/eslint-rock-stack ). | |
@zemd/eslint-astro | Rules for Astro based projects (includes rules @zemd/eslint-react by default). |
The @zemd/eslint-react
is licensed under Apache-2.0 license 😇.
No vulnerabilities found.
Reason
update tool detected
Details
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
GitHub workflow tokens follow principle of least privilege
Details
Reason
no binaries found in the repo
Reason
all dependencies are pinned
Details
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
26 out of 26 merged PRs checked by a CI test -- score normalized to 10
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
project has 2 contributing companies or organizations -- score normalized to 6
Details
Reason
badge detected: InProgress
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-07-11T16:28:37Z
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More