@signpostmarv/eslint-config 0.6.0 → 0.8.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 +11 -15
- package/package.json +11 -12
- package/typescript.js +0 -1
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
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import js from '@eslint/js';
|
|
2
|
-
// eslint-disable-next-line imports/no-unresolved
|
|
3
2
|
import typescript_eslint from 'typescript-eslint';
|
|
4
3
|
import stylistic from '@stylistic/eslint-plugin';
|
|
5
|
-
import imports from 'eslint-plugin-import';
|
|
6
4
|
const javascript = [
|
|
7
5
|
js.configs.recommended,
|
|
8
6
|
...typescript_eslint.configs.recommended,
|
|
9
7
|
{
|
|
10
8
|
plugins: {
|
|
11
9
|
'@stylistic': stylistic,
|
|
10
|
+
/*
|
|
12
11
|
imports,
|
|
12
|
+
*/
|
|
13
13
|
},
|
|
14
14
|
rules: {
|
|
15
15
|
'@typescript-eslint/member-ordering': ['error', {
|
|
@@ -202,17 +202,12 @@ 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'],
|
|
214
208
|
'@stylistic/wrap-iife': ['error', 'inside'],
|
|
215
209
|
'@stylistic/yield-star-spacing': ['error', 'after'],
|
|
210
|
+
/*
|
|
216
211
|
'imports/export': ['error'],
|
|
217
212
|
'imports/no-deprecated': ['error'],
|
|
218
213
|
'imports/no-empty-named-blocks': ['error'],
|
|
@@ -252,13 +247,14 @@ const javascript = [
|
|
|
252
247
|
'imports/no-namespace': ['error'],
|
|
253
248
|
'imports/no-unassigned-import': ['error'],
|
|
254
249
|
'imports/order': ['error', {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
250
|
+
groups: [
|
|
251
|
+
'builtin',
|
|
252
|
+
'external',
|
|
253
|
+
'sibling',
|
|
254
|
+
'parent',
|
|
255
|
+
],
|
|
256
|
+
}],
|
|
257
|
+
*/
|
|
262
258
|
},
|
|
263
259
|
},
|
|
264
260
|
{
|
package/package.json
CHANGED
|
@@ -11,26 +11,25 @@
|
|
|
11
11
|
"exports": "./index.js",
|
|
12
12
|
"types": "./index.d.ts",
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@eslint/js": "
|
|
15
|
-
"@stylistic/eslint-plugin": "
|
|
16
|
-
"@types/eslint": "
|
|
17
|
-
"@types/node": "^
|
|
18
|
-
"@typescript-eslint/parser": "^8.
|
|
14
|
+
"@eslint/js": "10.0.1",
|
|
15
|
+
"@stylistic/eslint-plugin": "5.9.0",
|
|
16
|
+
"@types/eslint": "9.6.1",
|
|
17
|
+
"@types/node": "^25.2.3",
|
|
18
|
+
"@typescript-eslint/parser": "^8.56.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.56.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@eslint/js": "^
|
|
27
|
-
"@stylistic/eslint-plugin": "^5.
|
|
26
|
+
"@eslint/js": "^10.0.1",
|
|
27
|
+
"@stylistic/eslint-plugin": "^5.9.0",
|
|
28
28
|
"@types/eslint": "^9.6.1",
|
|
29
|
-
"eslint
|
|
30
|
-
"typescript-eslint": "^8.44.1"
|
|
29
|
+
"typescript-eslint": "^8.56.0"
|
|
31
30
|
},
|
|
32
31
|
"optionalDependencies": {
|
|
33
|
-
"@typescript-eslint/parser": "^8.
|
|
32
|
+
"@typescript-eslint/parser": "^8.56.0"
|
|
34
33
|
},
|
|
35
|
-
"version": "0.
|
|
34
|
+
"version": "0.8.0"
|
|
36
35
|
}
|
package/typescript.js
CHANGED