lintroll 1.25.0 → 1.26.1
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/cli/index.mjs +1 -1
- package/dist/index.cjs +9 -9
- package/dist/index.mjs +9 -9
- package/dist/package-D6LgNTQg.cjs +1 -0
- package/dist/package-hQQr3LdA.mjs +1 -0
- package/package.json +19 -23
- package/dist/package-CmP-ynSK.cjs +0 -1
- package/dist/package-D2TQq43O.mjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var r="lintroll",e="1.26.1";exports.name=r,exports.version=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var a="lintroll",r="1.26.1";export{a as n,r as v};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lintroll",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "privatenumber's linting CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lint",
|
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
"name": "Hiroki Osame",
|
|
16
16
|
"email": "hiroki.osame@gmail.com"
|
|
17
17
|
},
|
|
18
|
-
"publishConfig": {
|
|
19
|
-
"access": "public"
|
|
20
|
-
},
|
|
21
18
|
"files": [
|
|
22
19
|
"dist"
|
|
23
20
|
],
|
|
@@ -27,15 +24,13 @@
|
|
|
27
24
|
"module": "./dist/index.mjs",
|
|
28
25
|
"types": "./dist/index.d.cts",
|
|
29
26
|
"exports": {
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"default": "./dist/index.mjs"
|
|
38
|
-
}
|
|
27
|
+
"require": {
|
|
28
|
+
"types": "./dist/index.d.cts",
|
|
29
|
+
"default": "./dist/index.cjs"
|
|
30
|
+
},
|
|
31
|
+
"import": {
|
|
32
|
+
"types": "./dist/index.d.mts",
|
|
33
|
+
"default": "./dist/index.mjs"
|
|
39
34
|
}
|
|
40
35
|
},
|
|
41
36
|
"imports": {
|
|
@@ -56,33 +51,34 @@
|
|
|
56
51
|
},
|
|
57
52
|
"dependencies": {
|
|
58
53
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
59
|
-
"@eslint/js": "^9.39.
|
|
54
|
+
"@eslint/js": "^9.39.2",
|
|
60
55
|
"@eslint/markdown": "^7.5.1",
|
|
61
56
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
62
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
63
|
-
"@typescript-eslint/parser": "^8.
|
|
64
|
-
"cleye": "^2.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^8.48.1",
|
|
58
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
59
|
+
"cleye": "^2.1.1",
|
|
65
60
|
"confusing-browser-globals": "^1.0.11",
|
|
66
|
-
"eslint": "^9.39.
|
|
61
|
+
"eslint": "^9.39.2",
|
|
67
62
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
68
63
|
"eslint-plugin-import-x": "^4.16.1",
|
|
69
64
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
70
65
|
"eslint-plugin-n": "^17.23.1",
|
|
71
66
|
"eslint-plugin-no-use-extend-native": "0.7.2",
|
|
67
|
+
"eslint-plugin-package-json": "^0.85.0",
|
|
72
68
|
"eslint-plugin-promise": "^7.2.1",
|
|
73
69
|
"eslint-plugin-react": "^7.37.5",
|
|
74
70
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
75
71
|
"eslint-plugin-regexp": "^2.10.0",
|
|
76
72
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
77
|
-
"eslint-plugin-vue": "^10.6.
|
|
78
|
-
"eslint-plugin-yml": "^1.19.
|
|
73
|
+
"eslint-plugin-vue": "^10.6.2",
|
|
74
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
79
75
|
"get-conditions": "^1.0.0",
|
|
80
76
|
"get-tsconfig": "^4.13.0",
|
|
81
|
-
"globals": "^
|
|
77
|
+
"globals": "^17.0.0",
|
|
82
78
|
"nano-spawn": "^2.0.0",
|
|
83
79
|
"resolve-pkg-maps": "^1.0.0",
|
|
84
|
-
"tsx": "^4.
|
|
80
|
+
"tsx": "^4.21.0",
|
|
85
81
|
"vue-eslint-parser": "^10.2.0",
|
|
86
|
-
"yaml-eslint-parser": "^1.3.
|
|
82
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
87
83
|
}
|
|
88
84
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var r="lintroll",e="1.25.0";exports.name=r,exports.version=e;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var a="lintroll",r="1.25.0";export{a as n,r as v};
|