@zemd/eslint-rock-stack 1.1.21 → 1.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +5 -4
package/README.md
CHANGED
@@ -70,6 +70,7 @@ export default [...typescript(), javascript(), ...react(), ...graphql(), ...play
|
|
70
70
|
| [`@zemd/eslint-react`](../react/README.md) | [](https://npmjs.com/package/@zemd/eslint-react) | React rules (includes TS rules from `@zemd/eslint-ts` and JS rules from `@zemd/eslint-js`). |
|
71
71
|
| [`@zemd/eslint-rock-stack`](../rock-stack/README.md) | [](https://npmjs.com/package/@zemd/eslint-rock-stack) | Rules for Fullstack projects that include React.js, GraphQL, Playwright, Tailwind(optional), Turbo, Vitest, and Storybook. |
|
72
72
|
| [`@zemd/eslint-next`](../next/README.md) | [](https://npmjs.com/package/@zemd/eslint-next) | Rules for Next.js projects (inherits from `@zemd/eslint-rock-stack`). |
|
73
|
+
| [`@zemd/eslint-astro`](../astro/README.md) | [](https://npmjs.com/package/@zemd/eslint-astro) | Rules for Astro based projects (includes rules `@zemd/eslint-react` by default). |
|
73
74
|
|
74
75
|
## License
|
75
76
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zemd/eslint-rock-stack",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.23",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"description": "Shared ESLint config for modern projects",
|
6
6
|
"keywords": [
|
@@ -24,7 +24,8 @@
|
|
24
24
|
"homepage": "https://github.com/zemd/eslint-flat-config",
|
25
25
|
"repository": {
|
26
26
|
"type": "git",
|
27
|
-
"url": "git+https://github.com/zemd/eslint-flat-config.git"
|
27
|
+
"url": "git+https://github.com/zemd/eslint-flat-config.git",
|
28
|
+
"directory": "packages/rock-stack"
|
28
29
|
},
|
29
30
|
"bugs": {
|
30
31
|
"url": "https://github.com/zemd/eslint-flat-config/issues"
|
@@ -62,8 +63,8 @@
|
|
62
63
|
"eslint-plugin-playwright": "^2.2.0",
|
63
64
|
"eslint-plugin-storybook": "^0.12.0",
|
64
65
|
"eslint-plugin-turbo": "^2.5.0",
|
65
|
-
"@zemd/eslint-
|
66
|
-
"@zemd/eslint-
|
66
|
+
"@zemd/eslint-common": "1.0.4",
|
67
|
+
"@zemd/eslint-react": "1.0.22"
|
67
68
|
},
|
68
69
|
"devDependencies": {
|
69
70
|
"@types/eslint": "^9.6.1",
|