linted 16.7.1 → 16.8.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/statics/rules/index.d.ts +6 -0
- package/dist/statics/rules/index.d.ts.map +1 -1
- package/dist/statics/rules/presets/Html.d.ts +3 -0
- package/dist/statics/rules/presets/Html.d.ts.map +1 -1
- package/dist/statics/rules/presets/Mocha.d.ts +3 -0
- package/dist/statics/rules/presets/Mocha.d.ts.map +1 -1
- package/dist/statics/rules/presets/html/Enable.d.ts +3 -0
- package/dist/statics/rules/presets/html/Enable.d.ts.map +1 -1
- package/dist/statics/rules/presets/html/Enable.js +8 -2
- package/dist/statics/rules/presets/html/Enable.js.map +1 -1
- package/package.json +1 -1
- package/src/statics/rules/presets/html/Enable.ts +8 -2
@@ -3162,9 +3162,15 @@ declare const _default: {
|
|
3162
3162
|
}]];
|
3163
3163
|
readonly mocha: readonly [readonly ["recommended", Readonly<Record<string, import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level | readonly [import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level, ...unknown[]]>>], readonly ["enable", {
|
3164
3164
|
readonly "@html-eslint/require-title": "off";
|
3165
|
+
readonly "@html-eslint/element-newline": readonly ["error", {
|
3166
|
+
readonly skip: readonly ["head"];
|
3167
|
+
}];
|
3165
3168
|
}]];
|
3166
3169
|
readonly html: readonly [readonly ["recommended", Readonly<Record<string, import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level | readonly [import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level, ...unknown[]]>>], readonly ["enable", {
|
3167
3170
|
readonly "@html-eslint/require-title": "off";
|
3171
|
+
readonly "@html-eslint/element-newline": readonly ["error", {
|
3172
|
+
readonly skip: readonly ["head"];
|
3173
|
+
}];
|
3168
3174
|
}]];
|
3169
3175
|
readonly json: readonly [readonly ["enable-extend", {
|
3170
3176
|
readonly "jsonc/array-bracket-newline": readonly ["error", "consistent"];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/statics/rules/index.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/statics/rules/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAWA,wBAUiD"}
|
@@ -1,5 +1,8 @@
|
|
1
1
|
declare const _default: readonly [readonly ["recommended", Readonly<Record<string, import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level | readonly [import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level, ...unknown[]]>>], readonly ["enable", {
|
2
2
|
readonly "@html-eslint/require-title": "off";
|
3
|
+
readonly "@html-eslint/element-newline": readonly ["error", {
|
4
|
+
readonly skip: readonly ["head"];
|
5
|
+
}];
|
3
6
|
}]];
|
4
7
|
export default _default;
|
5
8
|
//# sourceMappingURL=Html.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Html.d.ts","sourceRoot":"","sources":["../../../../src/statics/rules/presets/Html.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Html.d.ts","sourceRoot":"","sources":["../../../../src/statics/rules/presets/Html.ts"],"names":[],"mappings":";;;;;;AAIA,wBAA6E"}
|
@@ -1,5 +1,8 @@
|
|
1
1
|
declare const _default: readonly [readonly ["recommended", Readonly<Record<string, import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level | readonly [import("@eslinted/core/dist/boundary/input/rules/preset/entry/object/state/index.js").Level, ...unknown[]]>>], readonly ["enable", {
|
2
2
|
readonly "@html-eslint/require-title": "off";
|
3
|
+
readonly "@html-eslint/element-newline": readonly ["error", {
|
4
|
+
readonly skip: readonly ["head"];
|
5
|
+
}];
|
3
6
|
}]];
|
4
7
|
export default _default;
|
5
8
|
//# sourceMappingURL=Mocha.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Mocha.d.ts","sourceRoot":"","sources":["../../../../src/statics/rules/presets/Mocha.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Mocha.d.ts","sourceRoot":"","sources":["../../../../src/statics/rules/presets/Mocha.ts"],"names":[],"mappings":";;;;;;AAIA,wBAA6E"}
|
@@ -1,5 +1,8 @@
|
|
1
1
|
declare const _default: readonly ["enable", {
|
2
2
|
readonly "@html-eslint/require-title": "off";
|
3
|
+
readonly "@html-eslint/element-newline": readonly ["error", {
|
4
|
+
readonly skip: readonly ["head"];
|
5
|
+
}];
|
3
6
|
}];
|
4
7
|
export default _default;
|
5
8
|
//# sourceMappingURL=Enable.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Enable.d.ts","sourceRoot":"","sources":["../../../../../src/statics/rules/presets/html/Enable.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Enable.d.ts","sourceRoot":"","sources":["../../../../../src/statics/rules/presets/html/Enable.ts"],"names":[],"mappings":";;;;;;AAIA,wBAM+B"}
|
@@ -1,4 +1,10 @@
|
|
1
1
|
import { Strings } from "../index.js";
|
2
|
-
const { Id: { Enable }, Level: { OFF } } = Strings;
|
3
|
-
export default [
|
2
|
+
const { Id: { Enable }, Level: { ERROR, OFF } } = Strings;
|
3
|
+
export default [
|
4
|
+
Enable,
|
5
|
+
{
|
6
|
+
"@html-eslint/require-title": OFF,
|
7
|
+
"@html-eslint/element-newline": [ERROR, { skip: ["head"] }],
|
8
|
+
},
|
9
|
+
];
|
4
10
|
//# sourceMappingURL=Enable.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Enable.js","sourceRoot":"","sources":["../../../../../src/statics/rules/presets/html/Enable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAkB,MAAM,aAAa,CAAC;AAEtD,MAAM,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"Enable.js","sourceRoot":"","sources":["../../../../../src/statics/rules/presets/html/Enable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAkB,MAAM,aAAa,CAAC;AAEtD,MAAM,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,GAAG,OAAO,CAAC;AAE1D,eAAe;IACb,MAAM;IACN;QACE,4BAA4B,EAAE,GAAG;QACjC,8BAA8B,EAAE,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;KAC5D;CAC2B,CAAC"}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.
|
4
|
+
"version": "16.8.0-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",
|
@@ -1,5 +1,11 @@
|
|
1
1
|
import { Strings, type RuleEntry } from "../index.js";
|
2
2
|
|
3
|
-
const { Id: { Enable }, Level: { OFF } } = Strings;
|
3
|
+
const { Id: { Enable }, Level: { ERROR, OFF } } = Strings;
|
4
4
|
|
5
|
-
export default [
|
5
|
+
export default [
|
6
|
+
Enable,
|
7
|
+
{
|
8
|
+
"@html-eslint/require-title": OFF,
|
9
|
+
"@html-eslint/element-newline": [ERROR, { skip: ["head"] }],
|
10
|
+
},
|
11
|
+
] as const satisfies RuleEntry;
|