Gathering detailed insights and metrics for @zemd/eslint-rock-stack
Gathering detailed insights and metrics for @zemd/eslint-rock-stack
Gathering detailed insights and metrics for @zemd/eslint-rock-stack
Gathering detailed insights and metrics for @zemd/eslint-rock-stack
🐩 ESLint Configs for Modern JavaScript Projects in 2025
npm install @zemd/eslint-rock-stack
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.1.32
Package Id
@zemd/eslint-rock-stack@1.1.32
Unpacked Size
29.13 kB
Size
8.16 kB
File Count
11
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
This package includes a set of ESLint configurations for modern fullstack projects that rock.
The package includes:
Package | Description | Rules | License |
---|---|---|---|
@zemd/eslint-js | Shared ESLint config for JavaScript projects | Apache 2.0 | |
@zemd/eslint-ts | Shared ESLint config for TypeScript projects | Apache 2.0 | |
@zemd/eslint-react | Shared ESLint config for React.js projects | Apache 2.0 | |
@graphql-eslint/eslint-plugin | GraphQL ESLint rules | schema-recommended and operations-recommended | MIT |
eslint-plugin-tailwindcss | Starting from v1.1.0 the config is optional due to Tailwind v4 release, which is not supported by the config | recommended excluding classnames-order | MIT |
eslint-plugin-turbo | recommended | MIT | |
@vitest/eslint-plugin | recommended | MIT | |
eslint-plugin-storybook | recommended , csf-strict . The rules are available but not included by default | MIT |
1npm install --save-dev @zemd/eslint-rock-stack
1// eslint.config.js 2import rock, { storybook } from "@zemd/eslint-rock-stack"; 3 4export default [...rock(), ...storybook()];
if you want to use Tailwind config for Tailwind v3, install optional dependency:
1pnpm add -D eslint-plugin-tailwindcss
and import the config:
1import rock from "@zemd/eslint-rock-stack"; 2import tailwind from "@zemd/eslint-rock-stack/tailwind"; 3 4export default [...rock(), ...tailwind()];
1// eslint.config.js 2import { react, graphql, playwright, turbo, vitest, typescript, javascript } from "@zemd/eslint-rock-stack"; 3 4export default [...typescript(), javascript(), ...react(), ...graphql(), ...playwright(), ...turbo(), ...vitest()];
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-rock-stack
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