linted 15.4.19-rc.1 → 15.4.19-rc.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/rules/Preset.d.ts
CHANGED
@@ -3357,7 +3357,7 @@ declare const _default: {
|
|
3357
3357
|
readonly allowed_elements: readonly ["details", "summary"];
|
3358
3358
|
}];
|
3359
3359
|
readonly "markdownlint/md035": readonly ["error", {
|
3360
|
-
readonly style: "
|
3360
|
+
readonly style: "---";
|
3361
3361
|
}];
|
3362
3362
|
readonly "markdownlint/md046": readonly ["error", {
|
3363
3363
|
readonly style: "fenced";
|
@@ -19,7 +19,7 @@ declare const _default: readonly [readonly ["enable", {
|
|
19
19
|
readonly allowed_elements: readonly ["details", "summary"];
|
20
20
|
}];
|
21
21
|
readonly "markdownlint/md035": readonly ["error", {
|
22
|
-
readonly style: "
|
22
|
+
readonly style: "---";
|
23
23
|
}];
|
24
24
|
readonly "markdownlint/md046": readonly ["error", {
|
25
25
|
readonly style: "fenced";
|
@@ -19,7 +19,7 @@ declare const _default: readonly ["enable", {
|
|
19
19
|
readonly allowed_elements: readonly ["details", "summary"];
|
20
20
|
}];
|
21
21
|
readonly "markdownlint/md035": readonly ["error", {
|
22
|
-
readonly style: "
|
22
|
+
readonly style: "---";
|
23
23
|
}];
|
24
24
|
readonly "markdownlint/md046": readonly ["error", {
|
25
25
|
readonly style: "fenced";
|
package/dogfood.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
_I am god_
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.13.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "15.4.19-rc.
|
4
|
+
"version": "15.4.19-rc.2",
|
5
5
|
"description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|