@luxass/eslint-config 4.2.4 → 4.2.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/README.md +1 -1
- package/dist/{chunk-5SDSWPKR.mjs → chunk-4YT54JFZ.mjs} +1 -1
- package/dist/{chunk-WRURTO5T.mjs → chunk-7ODEIBF5.mjs} +1 -1
- package/dist/{chunk-KJ7ZCBK4.mjs → chunk-AQRBQAKE.mjs} +1 -1
- package/dist/{chunk-RAIFRO2A.mjs → chunk-DCOLHWHC.mjs} +1 -1
- package/dist/{chunk-UMUUVFB7.mjs → chunk-EHWA727G.mjs} +1 -1
- package/dist/{chunk-FU5SRKZU.mjs → chunk-FNOIGW47.mjs} +1 -1
- package/dist/{chunk-ATRL3UZP.mjs → chunk-KOXCJL3C.mjs} +1 -0
- package/dist/{chunk-PYS26PF3.mjs → chunk-MMSZW2UW.mjs} +1 -1
- package/dist/{chunk-JUFHDXTH.mjs → chunk-MT5P5EKH.mjs} +1 -1
- package/dist/{chunk-MX3BZIQW.mjs → chunk-O2BXTQHK.mjs} +1 -1
- package/dist/{chunk-BXBN56WI.mjs → chunk-QDSV5ONX.mjs} +1 -1
- package/dist/{chunk-C5YCKPY4.mjs → chunk-SPD4DGYN.mjs} +1 -1
- package/dist/{chunk-RNFKNSHW.mjs → chunk-UITQW3RA.mjs} +1 -1
- package/dist/{chunk-WOYZWHPM.mjs → chunk-V57HXOSW.mjs} +1 -1
- package/dist/{chunk-Q57BF3CR.mjs → chunk-WOBGA3K2.mjs} +1 -1
- package/dist/{chunk-ANUYBAYV.mjs → chunk-WSQOWO67.mjs} +1 -1
- package/dist/{chunk-5TJETBJG.mjs → chunk-XPKGXA67.mjs} +1 -1
- package/dist/{chunk-3ZMCYBTA.mjs → chunk-YO3IYQ2L.mjs} +1 -1
- package/dist/configs/astro.mjs +2 -2
- package/dist/configs/formatters.mjs +2 -2
- package/dist/configs/ignores.cjs +1 -0
- package/dist/configs/ignores.mjs +2 -2
- package/dist/configs/imports.mjs +2 -2
- package/dist/configs/index.cjs +1 -0
- package/dist/configs/index.mjs +18 -18
- package/dist/configs/javascript.mjs +2 -2
- package/dist/configs/jsonc.mjs +2 -2
- package/dist/configs/markdown.mjs +2 -2
- package/dist/configs/nextjs.mjs +2 -2
- package/dist/configs/react.mjs +2 -2
- package/dist/configs/solid.mjs +2 -2
- package/dist/configs/tailwindcss.mjs +2 -2
- package/dist/configs/test.mjs +2 -2
- package/dist/configs/toml.mjs +2 -2
- package/dist/configs/typescript.mjs +2 -2
- package/dist/configs/unocss.mjs +2 -2
- package/dist/configs/vue.mjs +2 -2
- package/dist/configs/yaml.mjs +2 -2
- package/dist/globs.cjs +1 -0
- package/dist/globs.mjs +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.mjs +18 -18
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/configs/astro.mjs
CHANGED
package/dist/configs/ignores.cjs
CHANGED
package/dist/configs/ignores.mjs
CHANGED
package/dist/configs/imports.mjs
CHANGED
package/dist/configs/index.cjs
CHANGED
package/dist/configs/index.mjs
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
import "../chunk-YGZJUKJC.mjs";
|
|
2
2
|
import {
|
|
3
3
|
unocss
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AQRBQAKE.mjs";
|
|
5
5
|
import {
|
|
6
6
|
vue
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-MT5P5EKH.mjs";
|
|
8
8
|
import {
|
|
9
9
|
yaml
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-V57HXOSW.mjs";
|
|
11
11
|
import {
|
|
12
12
|
solid
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-SPD4DGYN.mjs";
|
|
14
14
|
import {
|
|
15
15
|
sortPackageJson,
|
|
16
16
|
sortTsconfig
|
|
17
17
|
} from "../chunk-XBASVDU6.mjs";
|
|
18
18
|
import {
|
|
19
19
|
tailwindcss
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-WOBGA3K2.mjs";
|
|
21
21
|
import {
|
|
22
22
|
test
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-7ODEIBF5.mjs";
|
|
24
24
|
import "../chunk-WDSV2EFG.mjs";
|
|
25
25
|
import {
|
|
26
26
|
toml
|
|
27
|
-
} from "../chunk-
|
|
27
|
+
} from "../chunk-EHWA727G.mjs";
|
|
28
28
|
import {
|
|
29
29
|
typescript
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-YO3IYQ2L.mjs";
|
|
31
31
|
import {
|
|
32
32
|
unicorn
|
|
33
33
|
} from "../chunk-RVSUTDCE.mjs";
|
|
34
34
|
import {
|
|
35
35
|
javascript
|
|
36
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-DCOLHWHC.mjs";
|
|
37
37
|
import {
|
|
38
38
|
jsdoc
|
|
39
39
|
} from "../chunk-DVQQVCGF.mjs";
|
|
40
40
|
import {
|
|
41
41
|
jsonc
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-QDSV5ONX.mjs";
|
|
43
43
|
import {
|
|
44
44
|
markdown
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-FNOIGW47.mjs";
|
|
46
46
|
import {
|
|
47
47
|
nextjs
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-MMSZW2UW.mjs";
|
|
49
49
|
import {
|
|
50
50
|
node
|
|
51
51
|
} from "../chunk-5NK24IKQ.mjs";
|
|
@@ -54,27 +54,27 @@ import {
|
|
|
54
54
|
} from "../chunk-6T7MXPCT.mjs";
|
|
55
55
|
import {
|
|
56
56
|
react
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-UITQW3RA.mjs";
|
|
58
58
|
import {
|
|
59
59
|
astro
|
|
60
|
-
} from "../chunk-
|
|
60
|
+
} from "../chunk-O2BXTQHK.mjs";
|
|
61
61
|
import {
|
|
62
62
|
comments
|
|
63
63
|
} from "../chunk-DAJA5AV3.mjs";
|
|
64
64
|
import {
|
|
65
65
|
formatters
|
|
66
|
-
} from "../chunk-
|
|
66
|
+
} from "../chunk-XPKGXA67.mjs";
|
|
67
67
|
import {
|
|
68
68
|
stylistic
|
|
69
69
|
} from "../chunk-QMGT2Z63.mjs";
|
|
70
70
|
import "../chunk-4YBQZLPS.mjs";
|
|
71
71
|
import {
|
|
72
72
|
ignores
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-WSQOWO67.mjs";
|
|
74
74
|
import {
|
|
75
75
|
imports
|
|
76
|
-
} from "../chunk-
|
|
77
|
-
import "../chunk-
|
|
76
|
+
} from "../chunk-4YT54JFZ.mjs";
|
|
77
|
+
import "../chunk-KOXCJL3C.mjs";
|
|
78
78
|
export {
|
|
79
79
|
astro,
|
|
80
80
|
comments,
|
package/dist/configs/jsonc.mjs
CHANGED
package/dist/configs/nextjs.mjs
CHANGED
package/dist/configs/react.mjs
CHANGED
package/dist/configs/solid.mjs
CHANGED
package/dist/configs/test.mjs
CHANGED
package/dist/configs/toml.mjs
CHANGED
package/dist/configs/unocss.mjs
CHANGED
package/dist/configs/vue.mjs
CHANGED
package/dist/configs/yaml.mjs
CHANGED
package/dist/globs.cjs
CHANGED
package/dist/globs.mjs
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
import "./chunk-YGZJUKJC.mjs";
|
|
2
2
|
import {
|
|
3
3
|
unocss
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-AQRBQAKE.mjs";
|
|
5
5
|
import {
|
|
6
6
|
vue
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-MT5P5EKH.mjs";
|
|
8
8
|
import {
|
|
9
9
|
yaml
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-V57HXOSW.mjs";
|
|
11
11
|
import {
|
|
12
12
|
solid
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SPD4DGYN.mjs";
|
|
14
14
|
import {
|
|
15
15
|
sortPackageJson,
|
|
16
16
|
sortTsconfig
|
|
17
17
|
} from "./chunk-XBASVDU6.mjs";
|
|
18
18
|
import {
|
|
19
19
|
tailwindcss
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WOBGA3K2.mjs";
|
|
21
21
|
import {
|
|
22
22
|
test
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-7ODEIBF5.mjs";
|
|
24
24
|
import "./chunk-WDSV2EFG.mjs";
|
|
25
25
|
import {
|
|
26
26
|
toml
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-EHWA727G.mjs";
|
|
28
28
|
import {
|
|
29
29
|
typescript
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-YO3IYQ2L.mjs";
|
|
31
31
|
import {
|
|
32
32
|
unicorn
|
|
33
33
|
} from "./chunk-RVSUTDCE.mjs";
|
|
34
34
|
import {
|
|
35
35
|
javascript
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-DCOLHWHC.mjs";
|
|
37
37
|
import {
|
|
38
38
|
jsdoc
|
|
39
39
|
} from "./chunk-DVQQVCGF.mjs";
|
|
40
40
|
import {
|
|
41
41
|
jsonc
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-QDSV5ONX.mjs";
|
|
43
43
|
import {
|
|
44
44
|
markdown
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-FNOIGW47.mjs";
|
|
46
46
|
import {
|
|
47
47
|
nextjs
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-MMSZW2UW.mjs";
|
|
49
49
|
import {
|
|
50
50
|
node
|
|
51
51
|
} from "./chunk-5NK24IKQ.mjs";
|
|
@@ -54,16 +54,16 @@ import {
|
|
|
54
54
|
} from "./chunk-6T7MXPCT.mjs";
|
|
55
55
|
import {
|
|
56
56
|
react
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-UITQW3RA.mjs";
|
|
58
58
|
import {
|
|
59
59
|
astro
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-O2BXTQHK.mjs";
|
|
61
61
|
import {
|
|
62
62
|
comments
|
|
63
63
|
} from "./chunk-DAJA5AV3.mjs";
|
|
64
64
|
import {
|
|
65
65
|
formatters
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-XPKGXA67.mjs";
|
|
67
67
|
import {
|
|
68
68
|
stylistic
|
|
69
69
|
} from "./chunk-QMGT2Z63.mjs";
|
|
@@ -75,11 +75,11 @@ import {
|
|
|
75
75
|
} from "./chunk-4YBQZLPS.mjs";
|
|
76
76
|
import {
|
|
77
77
|
ignores
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-WSQOWO67.mjs";
|
|
79
79
|
import {
|
|
80
80
|
imports
|
|
81
|
-
} from "./chunk-
|
|
82
|
-
import "./chunk-
|
|
81
|
+
} from "./chunk-4YT54JFZ.mjs";
|
|
82
|
+
import "./chunk-KOXCJL3C.mjs";
|
|
83
83
|
|
|
84
84
|
// src/factory.ts
|
|
85
85
|
import process from "node:process";
|