@eslinted/core 18.7.0 → 18.7.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/dist/factory/index.d.ts
CHANGED
@@ -6508,7 +6508,7 @@ export declare class Factory {
|
|
6508
6508
|
readonly tolerant?: false;
|
6509
6509
|
};
|
6510
6510
|
} | {
|
6511
|
-
readonly language: "html/html";
|
6511
|
+
readonly language: "@html-eslint/html";
|
6512
6512
|
readonly processor?: "svelte/svelte";
|
6513
6513
|
readonly name: `linted/${S}/`;
|
6514
6514
|
readonly files: Readonly<Record<"js" | "ts" | "mocha" | "svelte" | "html" | "css" | "json" | "jsonc" | "yml", string[]>>[S];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"html.js","sourceRoot":"","sources":["../../../src/factory/scopes/html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAqB;IAC7C,eAAe,GAAG;QAChC,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,IAAI;KACL,CAAC;IACK,aAAa,GAAG;QAC9B,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE,IAAI,CAAC,qFAAqF;KAC/F,CAAC;IACK,SAAS,GAAG,EAAW,CAAC;IACxB,QAAQ,GAAG;QACzB,QAAQ,EAAE,
|
1
|
+
{"version":3,"file":"html.js","sourceRoot":"","sources":["../../../src/factory/scopes/html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAqB;IAC7C,eAAe,GAAG;QAChC,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,IAAI;KACL,CAAC;IACK,aAAa,GAAG;QAC9B,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE,IAAI,CAAC,qFAAqF;KAC/F,CAAC;IACK,SAAS,GAAG,EAAW,CAAC;IACxB,QAAQ,GAAG;QACzB,QAAQ,EAAE,mBAAmB;KACrB,CAAC;CACZ"}
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
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": "18.7.
|
6
|
+
"version": "18.7.2",
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
8
8
|
"private": false,
|
9
9
|
"engineStrict": true,
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"devDependencies": {
|
20
20
|
"@types/chai": "^5.2.2",
|
21
21
|
"@types/mocha": "^10.0.10",
|
22
|
-
"@types/node": "^22.15.
|
22
|
+
"@types/node": "^22.15.18",
|
23
23
|
"chai": "^5.2.0",
|
24
24
|
"mocha": "^11.2.2",
|
25
25
|
"npm-run-all": "^4.1.5",
|