@effect-app/eslint-shared-config 0.1.1 → 0.2.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ben_12/eslint-plugin-dprint",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
4
4
|
"description": "An ESLint plugin that fixes code with dprint",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@dprint/typescript": "^0.95.11",
|
|
19
19
|
"dprint-plugin-graphql": "^0.2.3",
|
|
20
20
|
"dprint-plugin-malva": "^0.14.3",
|
|
21
|
-
"dprint-plugin-markup": "^0.23.
|
|
21
|
+
"dprint-plugin-markup": "^0.23.4",
|
|
22
22
|
"dprint-plugin-yaml": "^0.5.1",
|
|
23
23
|
"eslint": ">=7.0.0"
|
|
24
24
|
},
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"axios": "^1.7.9",
|
|
74
74
|
"dprint-plugin-graphql": "^0.2.3",
|
|
75
75
|
"dprint-plugin-malva": "^0.14.3",
|
|
76
|
-
"dprint-plugin-markup": "^0.23.
|
|
76
|
+
"dprint-plugin-markup": "^0.23.4",
|
|
77
77
|
"dprint-plugin-yaml": "^0.5.1",
|
|
78
78
|
"eslint": "^9.0.0",
|
|
79
79
|
"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.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Shared flat ESLint base & vue configs for effect-app monorepo",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"eslint-plugin-codegen": "0.17.0",
|
|
23
23
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
24
24
|
"eslint-plugin-unused-imports": "4.2.0",
|
|
25
|
-
"@ben_12/eslint-plugin-dprint": "1.7.
|
|
25
|
+
"@ben_12/eslint-plugin-dprint": "1.7.6",
|
|
26
26
|
"eslint-plugin-formatjs": "5.4.0",
|
|
27
27
|
"@vue/eslint-config-typescript": "14.6.0",
|
|
28
|
-
"typescript-eslint": "8.
|
|
28
|
+
"typescript-eslint": "8.44.0",
|
|
29
29
|
"eslint-plugin-vue": "10.4.0",
|
|
30
30
|
"dprint-plugin-malva": "0.14.3",
|
|
31
31
|
"dprint-plugin-markup": "0.23.4",
|
|
@@ -35,11 +35,11 @@
|
|
|
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.44.0",
|
|
39
|
+
"@typescript-eslint/parser": "8.44.0",
|
|
40
40
|
"@dprint/formatter": "0.4.1",
|
|
41
41
|
"jsonc-parser": "3.3.1",
|
|
42
|
-
"@effect-app/eslint-codegen-model": "1.
|
|
42
|
+
"@effect-app/eslint-codegen-model": "1.44.0"
|
|
43
43
|
},
|
|
44
44
|
"bundledDependencies": [
|
|
45
45
|
"@ben_12/eslint-plugin-dprint"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"eslint": "^9.35.0",
|
|
52
52
|
"typescript": "~5.9.2",
|
|
53
|
-
"dprint": "^0.50.
|
|
53
|
+
"dprint": "^0.50.2"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"watch": "pnpm build -w",
|