@eslinted/core 23.0.1 → 23.0.2
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/package.json +3 -5
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"$pkg": "2211.2.
|
2
|
+
"$pkg": "2211.2.1",
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "@eslinted/core",
|
6
|
-
"version": "23.0.
|
6
|
+
"version": "23.0.2",
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
8
8
|
"private": false,
|
9
9
|
"engineStrict": true,
|
@@ -17,8 +17,6 @@
|
|
17
17
|
"@types/chai": "^5.2.2",
|
18
18
|
"@types/mocha": "^10.0.10",
|
19
19
|
"chai": "^5.2.1",
|
20
|
-
"eslint": "~9.33.0",
|
21
|
-
"linted": "~30.11.0",
|
22
20
|
"mocha": "^11.7.1",
|
23
21
|
"ts-add-js-extension": "^1.6.6",
|
24
22
|
"typescript": "^5.9.2"
|
@@ -33,7 +31,7 @@
|
|
33
31
|
"build:ts": "tsc && ts-add-js-extension --dir=dist",
|
34
32
|
"build:svelte": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && vite build",
|
35
33
|
"postbuild": "npm run lint || echo \"Lint failed. Continuing...\"",
|
36
|
-
"lint": "eslint --cache --fix
|
34
|
+
"lint": "eslint --cache --fix",
|
37
35
|
"pretest": "npm run build",
|
38
36
|
"test": "npm run --if-present test:mocha",
|
39
37
|
"test:mocha": "mocha",
|