@signpostmarv/eslint-config 0.6.0 → 0.7.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/LICENSE.md +1 -1
- package/javascript.js +0 -6
- package/package.json +10 -10
package/LICENSE.md
CHANGED
|
@@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
175
175
|
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
|
177
177
|
|
|
178
|
-
Copyright
|
|
178
|
+
Copyright 2026 SignpostMarv
|
|
179
179
|
|
|
180
180
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
181
|
you may not use this file except in compliance with the License.
|
package/javascript.js
CHANGED
|
@@ -202,12 +202,6 @@ const javascript = [
|
|
|
202
202
|
'@stylistic/type-annotation-spacing': ['error', {
|
|
203
203
|
before: false,
|
|
204
204
|
after: true,
|
|
205
|
-
overrides: {
|
|
206
|
-
arrow: {
|
|
207
|
-
before: true,
|
|
208
|
-
after: true,
|
|
209
|
-
},
|
|
210
|
-
},
|
|
211
205
|
}],
|
|
212
206
|
'@stylistic/type-generic-spacing': ['error'],
|
|
213
207
|
'@stylistic/type-named-tuple-spacing': ['error'],
|
package/package.json
CHANGED
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
"exports": "./index.js",
|
|
12
12
|
"types": "./index.d.ts",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@eslint/js": "
|
|
15
|
-
"@stylistic/eslint-plugin": "
|
|
16
|
-
"@types/eslint": "
|
|
14
|
+
"@eslint/js": "9.39.2",
|
|
15
|
+
"@stylistic/eslint-plugin": "5.7.1",
|
|
16
|
+
"@types/eslint": "9.6.1",
|
|
17
17
|
"@types/node": "^24.5.2",
|
|
18
|
-
"@typescript-eslint/parser": "^8.
|
|
18
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
19
19
|
"c8": "^10.1.3",
|
|
20
20
|
"jiti": "^2.6.0",
|
|
21
21
|
"prettier": "^3.6.2",
|
|
22
22
|
"typescript": "~5.9.2",
|
|
23
|
-
"typescript-eslint": "
|
|
23
|
+
"typescript-eslint": "8.54.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@eslint/js": "^9.
|
|
27
|
-
"@stylistic/eslint-plugin": "^5.
|
|
26
|
+
"@eslint/js": "^9.39.2",
|
|
27
|
+
"@stylistic/eslint-plugin": "^5.7.1",
|
|
28
28
|
"@types/eslint": "^9.6.1",
|
|
29
29
|
"eslint-plugin-import": "^2.32.0",
|
|
30
|
-
"typescript-eslint": "^8.
|
|
30
|
+
"typescript-eslint": "^8.54.0"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@typescript-eslint/parser": "^8.
|
|
33
|
+
"@typescript-eslint/parser": "^8.54.0"
|
|
34
34
|
},
|
|
35
|
-
"version": "0.
|
|
35
|
+
"version": "0.7.0"
|
|
36
36
|
}
|