@zemd/eslint-rock-stack 1.1.1 → 1.1.3
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 +10 -10
- package/package.json +7 -7
package/README.md
CHANGED
@@ -6,16 +6,16 @@ This package includes a set of ESLint configurations for modern fullstack projec
|
|
6
6
|
|
7
7
|
**The package includes**:
|
8
8
|
|
9
|
-
| Package | Description | Rules |
|
10
|
-
| ------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
11
|
-
| `@zemd/eslint-js` | A bundle that comprises rules for javascript | |
|
12
|
-
| `@zemd/eslint-ts` | A bundle that comprises rules for typescript | |
|
13
|
-
| `@zemd/eslint-react` | A bundle that comprises rules for react | |
|
14
|
-
| `@graphql-eslint/eslint-plugin` | GraphQL ESLint rules | `schema-recommended` and `operations-recommended` |
|
15
|
-
| `eslint-plugin-tailwindcss` | since v1.1.0 the config is **optional** due to Tailwind v4 release, which is not supported by the config | `recommended` excluding **classnames-order** |
|
16
|
-
| `eslint-plugin-turbo` | | `recommended` |
|
17
|
-
| `@vitest/eslint-plugin` | | `recommended` |
|
18
|
-
| `eslint-plugin-storybook` | | `recommended`, `csf-strict`. The rules are available but not included by default |
|
9
|
+
| Package | Description | Rules | License |
|
10
|
+
| ------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ---------- |
|
11
|
+
| `@zemd/eslint-js` | A bundle that comprises rules for javascript | | Apache 2.0 |
|
12
|
+
| `@zemd/eslint-ts` | A bundle that comprises rules for typescript | | Apache 2.0 |
|
13
|
+
| `@zemd/eslint-react` | A bundle that comprises rules for react | | Apache 2.0 |
|
14
|
+
| `@graphql-eslint/eslint-plugin` | GraphQL ESLint rules | `schema-recommended` and `operations-recommended` | MIT |
|
15
|
+
| `eslint-plugin-tailwindcss` | since v1.1.0 the config is **optional** due to Tailwind v4 release, which is not supported by the config | `recommended` excluding **classnames-order** | MIT |
|
16
|
+
| `eslint-plugin-turbo` | | `recommended` | MIT |
|
17
|
+
| `@vitest/eslint-plugin` | | `recommended` | MIT |
|
18
|
+
| `eslint-plugin-storybook` | | `recommended`, `csf-strict`. The rules are available but not included by default | MIT |
|
19
19
|
|
20
20
|
## Installation
|
21
21
|
|
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.3",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"description": "Shared ESLint config for modern projects",
|
6
6
|
"keywords": [
|
@@ -57,19 +57,19 @@
|
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
59
|
"@graphql-eslint/eslint-plugin": "^4.3.0",
|
60
|
-
"@vitest/eslint-plugin": "^1.1.
|
60
|
+
"@vitest/eslint-plugin": "^1.1.31",
|
61
61
|
"eslint-plugin-playwright": "^2.2.0",
|
62
62
|
"eslint-plugin-storybook": "^0.11.2",
|
63
|
-
"eslint-plugin-turbo": "^2.
|
64
|
-
"@zemd/eslint-react": "1.0.
|
65
|
-
"@zemd/eslint-common": "1.0.
|
63
|
+
"eslint-plugin-turbo": "^2.4.2",
|
64
|
+
"@zemd/eslint-react": "1.0.2",
|
65
|
+
"@zemd/eslint-common": "1.0.1"
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
68
68
|
"@types/eslint": "^9.6.1",
|
69
69
|
"@types/eslint__js": "^8.42.3",
|
70
70
|
"@zemd/tsconfig": "^1.3.0",
|
71
|
-
"eslint": "^9.
|
72
|
-
"tsup": "^8.3.
|
71
|
+
"eslint": "^9.20.1",
|
72
|
+
"tsup": "^8.3.6",
|
73
73
|
"typescript": "^5.7.3"
|
74
74
|
},
|
75
75
|
"scripts": {
|