@moso/eslint-config 2.0.3 → 2.0.5
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/dist/index.d.mts +114 -78
- package/dist/index.mjs +481 -246
- package/package.json +25 -23
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moso/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.5",
|
|
5
5
|
"description": "My shareable ESLint config",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Morten Sørensen",
|
|
@@ -31,10 +31,12 @@
|
|
|
31
31
|
"vue"
|
|
32
32
|
],
|
|
33
33
|
"exports": {
|
|
34
|
-
".": "./dist/index.
|
|
34
|
+
".": "./dist/index.mjs",
|
|
35
|
+
"./package.json": "./package.json"
|
|
35
36
|
},
|
|
36
|
-
"main": "./dist/index.
|
|
37
|
-
"
|
|
37
|
+
"main": "./dist/index.mjs",
|
|
38
|
+
"module": "./dist/index.mjs",
|
|
39
|
+
"types": "./dist/index.d.mts",
|
|
38
40
|
"files": [
|
|
39
41
|
"LICENSE",
|
|
40
42
|
"README.md",
|
|
@@ -56,15 +58,15 @@
|
|
|
56
58
|
},
|
|
57
59
|
"workspaces": ["src/rules"],
|
|
58
60
|
"peerDependencies": {
|
|
59
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
60
|
-
"@next/eslint-plugin-next": "^16.
|
|
61
|
+
"@eslint-react/eslint-plugin": "^2.4.0",
|
|
62
|
+
"@next/eslint-plugin-next": "^16.1.1",
|
|
63
|
+
"astro-eslint-parser": "^1.2.2",
|
|
61
64
|
"eslint": ">=9.30.0",
|
|
62
65
|
"eslint-plugin-astro": "^1.5.0",
|
|
63
66
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
64
67
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
65
68
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
66
|
-
"eslint-plugin-react-you-might-not-need-an-effect": "^0.
|
|
67
|
-
"eslint-plugin-vue": "^10.6.2",
|
|
69
|
+
"eslint-plugin-react-you-might-not-need-an-effect": "^0.8.1",
|
|
68
70
|
"eslint-plugin-vuejs-accessibility": "^2.4.1"
|
|
69
71
|
},
|
|
70
72
|
"peerDependenciesMeta": {
|
|
@@ -74,6 +76,9 @@
|
|
|
74
76
|
"@next/eslint-plugin-next": {
|
|
75
77
|
"optional": true
|
|
76
78
|
},
|
|
79
|
+
"astro-eslint-parser": {
|
|
80
|
+
"optional": true
|
|
81
|
+
},
|
|
77
82
|
"eslint-plugin-astro": {
|
|
78
83
|
"optional": true
|
|
79
84
|
},
|
|
@@ -89,9 +94,6 @@
|
|
|
89
94
|
"eslint-plugin-react-you-might-not-need-an-effect": {
|
|
90
95
|
"optional": true
|
|
91
96
|
},
|
|
92
|
-
"eslint-plugin-vue": {
|
|
93
|
-
"optional": true
|
|
94
|
-
},
|
|
95
97
|
"eslint-plugin-vuejs-accessibility": {
|
|
96
98
|
"optional": true
|
|
97
99
|
}
|
|
@@ -101,21 +103,19 @@
|
|
|
101
103
|
"@clack/prompts": "^0.11.0",
|
|
102
104
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
103
105
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "^8.50.
|
|
105
|
-
"@typescript-eslint/parser": "^8.50.
|
|
106
|
-
"@vitest/eslint-plugin": "^1.
|
|
107
|
-
"astro-eslint-parser": "^1.2.2",
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "^8.50.1",
|
|
107
|
+
"@typescript-eslint/parser": "^8.50.1",
|
|
108
|
+
"@vitest/eslint-plugin": "^1.6.4",
|
|
108
109
|
"eslint-flat-config-utils": "^2.1.4",
|
|
109
110
|
"eslint-merge-processors": "^2.0.0",
|
|
110
111
|
"eslint-plugin-de-morgan": "^2.0.0",
|
|
111
|
-
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
112
112
|
"eslint-plugin-functional": "^9.0.2",
|
|
113
113
|
"eslint-plugin-import-lite": "^0.4.0",
|
|
114
114
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
115
115
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
116
116
|
"eslint-plugin-n": "^17.23.1",
|
|
117
117
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
118
|
-
"eslint-plugin-perfectionist": "^5.
|
|
118
|
+
"eslint-plugin-perfectionist": "^5.1.0",
|
|
119
119
|
"eslint-plugin-promise": "^7.2.1",
|
|
120
120
|
"eslint-plugin-regexp": "^2.10.0",
|
|
121
121
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
@@ -130,22 +130,24 @@
|
|
|
130
130
|
"yaml-eslint-parser": "^1.3.2"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@eslint-react/eslint-plugin": "^2.
|
|
133
|
+
"@eslint-react/eslint-plugin": "^2.4.0",
|
|
134
134
|
"@eslint/compat": "^2.0.0",
|
|
135
135
|
"@eslint/config-inspector": "^1.4.2",
|
|
136
136
|
"@eslint/js": "^9.39.2",
|
|
137
137
|
"@moso/eslint-plugin": "2.0.1",
|
|
138
|
-
"@next/eslint-plugin-next": "^16.
|
|
138
|
+
"@next/eslint-plugin-next": "^16.1.1",
|
|
139
139
|
"@types/node": "^25.0.3",
|
|
140
|
-
"@typescript-eslint/rule-tester": "^8.50.
|
|
141
|
-
"@typescript-eslint/utils": "^8.50.
|
|
140
|
+
"@typescript-eslint/rule-tester": "^8.50.1",
|
|
141
|
+
"@typescript-eslint/utils": "^8.50.1",
|
|
142
|
+
"astro-eslint-parser": "^1.2.2",
|
|
142
143
|
"bumpp": "^10.3.2",
|
|
143
144
|
"eslint": "^9.39.2",
|
|
144
145
|
"eslint-plugin-astro": "^1.5.0",
|
|
146
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
145
147
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
146
148
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
147
149
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
148
|
-
"eslint-plugin-react-you-might-not-need-an-effect": "^0.
|
|
150
|
+
"eslint-plugin-react-you-might-not-need-an-effect": "^0.8.1",
|
|
149
151
|
"eslint-plugin-toml": "^0.12.0",
|
|
150
152
|
"eslint-plugin-vue": "^10.6.2",
|
|
151
153
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
@@ -154,7 +156,7 @@
|
|
|
154
156
|
"lint-staged": "^16.2.7",
|
|
155
157
|
"simple-git-hooks": "git+https://github.com/toplenboren/simple-git-hooks.git",
|
|
156
158
|
"ts-dedent": "^2.2.0",
|
|
157
|
-
"tsdown": "^0.18.
|
|
159
|
+
"tsdown": "^0.18.3",
|
|
158
160
|
"tsx": "^4.21.0",
|
|
159
161
|
"typescript": "^5.9.3",
|
|
160
162
|
"vitest": "^4.0.16"
|