@eslinted/core 15.2.8 → 15.2.10
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 +0 -1
- package/package.json +15 -17
package/README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
# [`@eslinted/core`](https://www.npmjs.com/package/@eslinted/core)
|
2
|
-
|
3
2
|
[](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml)
|
4
3
|
|
5
4
|
Core ESLint flat config factory npm package `linted`.
|
package/package.json
CHANGED
@@ -1,26 +1,11 @@
|
|
1
1
|
{
|
2
|
-
"$template": "22.13.
|
2
|
+
"$template": "22.13.5",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "15.2.
|
4
|
+
"version": "15.2.10",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
|
-
"keywords": [],
|
7
6
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
8
|
-
"homepage": "https://github.com/jimmy-zhening-luo/linted-core#readme",
|
9
|
-
"bugs": "https://github.com/jimmy-zhening-luo/linted-core/issues",
|
10
7
|
"license": "MIT",
|
11
8
|
"private": false,
|
12
|
-
"publishConfig": {
|
13
|
-
"access": "public",
|
14
|
-
"tag": "next"
|
15
|
-
},
|
16
|
-
"type": "module",
|
17
|
-
"main": "dist/index.js",
|
18
|
-
"types": "dist/index.d.ts",
|
19
|
-
"config": {
|
20
|
-
"language": "ts",
|
21
|
-
"rewrite": "true",
|
22
|
-
"lint": "false"
|
23
|
-
},
|
24
9
|
"engineStrict": true,
|
25
10
|
"engines": {
|
26
11
|
"node": ">=22.13.1",
|
@@ -41,6 +26,14 @@
|
|
41
26
|
"ts-add-js-extension": "^1.6.5",
|
42
27
|
"typescript": "^5.7.3"
|
43
28
|
},
|
29
|
+
"type": "module",
|
30
|
+
"main": "dist/index.js",
|
31
|
+
"types": "dist/index.d.ts",
|
32
|
+
"config": {
|
33
|
+
"language": "ts",
|
34
|
+
"rewrite": "true",
|
35
|
+
"lint": "false"
|
36
|
+
},
|
44
37
|
"scripts": {
|
45
38
|
"build": "run-os",
|
46
39
|
"build:default": "npm run rebuild+lint+test -- $npm_package_config_language $npm_package_config_lint default",
|
@@ -89,10 +82,15 @@
|
|
89
82
|
"predeploy": "npm test",
|
90
83
|
"deploy": ""
|
91
84
|
},
|
85
|
+
"publishConfig": {
|
86
|
+
"access": "public",
|
87
|
+
"tag": "next"
|
88
|
+
},
|
92
89
|
"mocha": {
|
93
90
|
"spec": [
|
94
91
|
"dist/**/*.spec.js"
|
95
92
|
]
|
96
93
|
},
|
94
|
+
"keywords": [],
|
97
95
|
"author": "Jimmy Zhening Luo <1450044+jimmy-zhening-luo@users.noreply.github.com> (https://jimm.my/)"
|
98
96
|
}
|