@effect-app/eslint-shared-config 0.5.5 → 0.5.7-beta.0
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @effect-app/eslint-shared-config
|
|
2
2
|
|
|
3
|
+
## 0.5.7-beta.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [880df28]
|
|
8
|
+
- @effect-app/eslint-codegen-model@2.0.0-beta.0
|
|
9
|
+
|
|
10
|
+
## 0.5.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- dcb2df4: bump down formatter
|
|
15
|
+
- @effect-app/eslint-codegen-model@1.47.0
|
|
16
|
+
|
|
3
17
|
## 0.5.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/node_modules/@ben_12/eslint-plugin-dprint/dist/lib/dprint/markdown-config-schema.json
CHANGED
|
@@ -122,6 +122,26 @@
|
|
|
122
122
|
}
|
|
123
123
|
]
|
|
124
124
|
},
|
|
125
|
+
"headingKind": {
|
|
126
|
+
"description": "The style of heading to use for level 1 and level 2 headings. Level 3 and higher always use ATX headings.",
|
|
127
|
+
"type": "string",
|
|
128
|
+
"oneOf": [
|
|
129
|
+
{
|
|
130
|
+
"description": "Uses # or ## before the heading text (ATX headings).",
|
|
131
|
+
"type": "string",
|
|
132
|
+
"enum": [
|
|
133
|
+
"atx"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"description": "Uses an underline of = or - beneath the heading text (setext headings). Only applies to level 1 and 2 headings.",
|
|
138
|
+
"type": "string",
|
|
139
|
+
"enum": [
|
|
140
|
+
"setext"
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
125
145
|
"deno": {
|
|
126
146
|
"description": "Top level configuration that sets the configuration to what is used in Deno.",
|
|
127
147
|
"type": "boolean",
|
|
@@ -164,6 +184,12 @@
|
|
|
164
184
|
"strongKind": {
|
|
165
185
|
"$ref": "#/definitions/strongKind"
|
|
166
186
|
},
|
|
187
|
+
"unorderedListKind": {
|
|
188
|
+
"$ref": "#/definitions/unorderedListKind"
|
|
189
|
+
},
|
|
190
|
+
"headingKind": {
|
|
191
|
+
"$ref": "#/definitions/headingKind"
|
|
192
|
+
},
|
|
167
193
|
"deno": {
|
|
168
194
|
"$ref": "#/definitions/deno"
|
|
169
195
|
},
|
|
@@ -182,6 +208,14 @@
|
|
|
182
208
|
"ignoreEndDirective": {
|
|
183
209
|
"description": "The text to use for an ignore end directive (ex. `<!-- dprint-ignore-end -->`).",
|
|
184
210
|
"type": "string"
|
|
211
|
+
},
|
|
212
|
+
"tags": {
|
|
213
|
+
"description": "Custom tag to file extension mappings for formatting code blocks. For example: { \"markdown\": \"md\" }",
|
|
214
|
+
"type": "object",
|
|
215
|
+
"additionalProperties": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"description": "The file extension to use when formatting code blocks with this tag."
|
|
218
|
+
}
|
|
185
219
|
}
|
|
186
220
|
}
|
|
187
221
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ben_12/eslint-plugin-dprint",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"description": "An ESLint plugin that fixes code with dprint",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@dprint/dockerfile": "^0.3.3",
|
|
15
15
|
"@dprint/json": "^0.21.1",
|
|
16
|
-
"@dprint/markdown": "^0.
|
|
16
|
+
"@dprint/markdown": "^0.21.1",
|
|
17
17
|
"@dprint/toml": "^0.7.0",
|
|
18
|
-
"@dprint/typescript": "^0.95.
|
|
18
|
+
"@dprint/typescript": "^0.95.15",
|
|
19
19
|
"dprint-plugin-graphql": "^0.2.3",
|
|
20
20
|
"dprint-plugin-malva": "^0.15.2",
|
|
21
|
-
"dprint-plugin-markup": "^0.
|
|
21
|
+
"dprint-plugin-markup": "^0.26.0",
|
|
22
22
|
"dprint-plugin-yaml": "^0.6.0",
|
|
23
23
|
"eslint": ">=7.0.0"
|
|
24
24
|
},
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@ben_12/eslint-simple-parser": "^0.1.0",
|
|
63
63
|
"@dprint/dockerfile": "^0.3.3",
|
|
64
64
|
"@dprint/json": "^0.21.1",
|
|
65
|
-
"@dprint/markdown": "^0.
|
|
65
|
+
"@dprint/markdown": "^0.21.1",
|
|
66
66
|
"@dprint/toml": "^0.7.0",
|
|
67
|
-
"@dprint/typescript": "^0.95.
|
|
67
|
+
"@dprint/typescript": "^0.95.15",
|
|
68
68
|
"@types/debug": "^4.1.5",
|
|
69
69
|
"@types/eslint": "^9.0.0",
|
|
70
70
|
"@types/node": "^18.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"axios": "^1.7.9",
|
|
73
73
|
"dprint-plugin-graphql": "^0.2.3",
|
|
74
74
|
"dprint-plugin-malva": "^0.15.2",
|
|
75
|
-
"dprint-plugin-markup": "^0.
|
|
75
|
+
"dprint-plugin-markup": "^0.26.0",
|
|
76
76
|
"dprint-plugin-yaml": "^0.6.0",
|
|
77
77
|
"eslint": "^9.0.0",
|
|
78
78
|
"mocha": "^11.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/eslint-shared-config",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7-beta.0",
|
|
4
4
|
"description": "Shared flat ESLint base & vue configs for effect-app monorepo",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -15,40 +15,40 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@eslint/js": "
|
|
19
|
-
"@eslint/eslintrc": "3.3.
|
|
18
|
+
"@eslint/js": "10.0.1",
|
|
19
|
+
"@eslint/eslintrc": "3.3.4",
|
|
20
20
|
"eslint-plugin-import": "2.32.0",
|
|
21
21
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
22
22
|
"eslint-plugin-codegen": "0.17.0",
|
|
23
|
-
"eslint-plugin-sort-destructure-keys": "
|
|
24
|
-
"eslint-plugin-unused-imports": "4.
|
|
25
|
-
"@ben_12/eslint-plugin-dprint": "1.
|
|
26
|
-
"eslint-plugin-formatjs": "6.
|
|
27
|
-
"@vue/eslint-config-typescript": "14.
|
|
28
|
-
"typescript-eslint": "8.
|
|
29
|
-
"eslint-plugin-vue": "10.
|
|
23
|
+
"eslint-plugin-sort-destructure-keys": "3.0.0",
|
|
24
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
25
|
+
"@ben_12/eslint-plugin-dprint": "1.16.0",
|
|
26
|
+
"eslint-plugin-formatjs": "6.2.0",
|
|
27
|
+
"@vue/eslint-config-typescript": "14.7.0",
|
|
28
|
+
"typescript-eslint": "8.56.1",
|
|
29
|
+
"eslint-plugin-vue": "10.8.0",
|
|
30
30
|
"dprint-plugin-malva": "0.15.2",
|
|
31
|
-
"dprint-plugin-markup": "0.
|
|
31
|
+
"dprint-plugin-markup": "0.26.0",
|
|
32
32
|
"dprint-plugin-yaml": "0.6.0",
|
|
33
|
-
"@dprint/typescript": "0.95.
|
|
34
|
-
"@eslint/compat": "2.0.
|
|
33
|
+
"@dprint/typescript": "0.95.15",
|
|
34
|
+
"@eslint/compat": "2.0.2",
|
|
35
35
|
"eslint-import-resolver-webpack": "0.13.10",
|
|
36
36
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
37
37
|
"eslint-watch": "^8.0.0",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
39
|
-
"@typescript-eslint/parser": "8.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
39
|
+
"@typescript-eslint/parser": "8.56.1",
|
|
40
40
|
"@dprint/formatter": "0.5.1",
|
|
41
41
|
"jsonc-parser": "3.3.1",
|
|
42
|
-
"@effect-app/eslint-codegen-model": "
|
|
42
|
+
"@effect-app/eslint-codegen-model": "2.0.0-beta.0"
|
|
43
43
|
},
|
|
44
44
|
"bundledDependencies": [
|
|
45
45
|
"@ben_12/eslint-plugin-dprint"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"eslint": "^
|
|
49
|
+
"eslint": "^10.0.2",
|
|
50
50
|
"typescript": "~5.9.3",
|
|
51
|
-
"dprint": "^0.
|
|
51
|
+
"dprint": "^0.52.0"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"watch": "pnpm build -w",
|