linted 16.14.3 → 16.14.5-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
import type { Core } from "@eslinted/core";
|
2
|
-
export default function (includes?: Core.Input.Files.Includes, overrides?: Core.Input.Rules.Overrides): import("@eslinted/core
|
2
|
+
export default function (includes?: Core.Input.Files.Includes, overrides?: Core.Input.Rules.Overrides): import("@eslinted/core").Output;
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAM3C,MAAM,CAAC,OAAO,WACZ,QAAQ,GAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAa,EACxC,SAAS,GAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAM3C,MAAM,CAAC,OAAO,WACZ,QAAQ,GAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAa,EACxC,SAAS,GAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAc,mCAW3C"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.18.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.14.
|
4
|
+
"version": "16.14.5-rc.0",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
}
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@eslinted/core": "4.0.
|
60
|
+
"@eslinted/core": "4.0.5-rc.2",
|
61
61
|
"@html-eslint/eslint-plugin": "0.27.0",
|
62
62
|
"@html-eslint/parser": "0.27.0",
|
63
63
|
"@stylistic/eslint-plugin": "2.9.0",
|