linted 24.2.1 → 24.2.3

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.
@@ -1,7 +1,7 @@
1
1
  {
2
- // v0.36.2
3
- // DOC: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/Rules.md
4
- // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.36.1/schema/markdownlint-config-schema.json",
2
+ // v0.37.1
3
+ // DOC: https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/Rules.md
4
+ // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.37.4/schema/markdownlint-config-schema.json",
5
5
  "heading-increment": true /* MD001 */,
6
6
  "heading-style": {
7
7
  "style": "atx",
@@ -43,7 +43,7 @@
43
43
  } /* MD024 */,
44
44
  "single-title": false /* MD025, single-h1 */,
45
45
  "no-trailing-punctuation": {
46
- "punctuation": "" /* @DEFAULT: .,;:!。,;:! */,
46
+ "punctuation": "" /* @default: .,;:!。,;:! */,
47
47
  } /* MD026 */,
48
48
  "no-multiple-space-blockquote": true /* MD027 */,
49
49
  "no-blanks-blockquote": true /* MD028 */,
@@ -97,14 +97,16 @@
97
97
  "strong-style": {
98
98
  "style": "underscore",
99
99
  } /* MD050 */,
100
- "link-fragments": true /* MD051 */,
100
+ "link-fragments": {
101
+ "ignore_case": false /* @default: false */,
102
+ } /* MD051 */,
101
103
  "reference-links-images": {
102
104
  "shortcut_syntax": false,
103
105
  } /* MD052 */,
104
106
  "link-image-reference-definitions": {
105
107
  "ignored_definitions": [
106
108
  "//",
107
- ] /* @DEFAULT: ["//"] */,
109
+ ] /* @default: ["//"] */,
108
110
  } /* MD053 */,
109
111
  "link-image-style": {
110
112
  "autolink": true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.13.0",
3
3
  "name": "linted",
4
- "version": "24.2.1",
4
+ "version": "24.2.3",
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",
@@ -47,7 +47,7 @@
47
47
  "peerDependencies": {
48
48
  "eslint": "~9.18.0",
49
49
  "mocha": "^11.0.1",
50
- "svelte": "^5.18.0",
50
+ "svelte": "^5.19.0",
51
51
  "typescript": ">=5.7.3"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -62,8 +62,8 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@eslinted/core": "15.2.2",
66
- "@eslinted/defaults": "4.9.0",
65
+ "@eslinted/core": "15.2.3",
66
+ "@eslinted/defaults": "4.9.1",
67
67
  "@html-eslint/eslint-plugin": "0.32.0",
68
68
  "@html-eslint/parser": "0.32.0",
69
69
  "@stylistic/eslint-plugin": "2.13.0",
@@ -74,7 +74,7 @@
74
74
  "eslint-plugin-svelte": "2.46.1",
75
75
  "eslint-plugin-yml": "1.16.0",
76
76
  "jsonc-eslint-parser": "2.4.0",
77
- "svelte": "^5.18.0",
77
+ "svelte": "^5.19.0",
78
78
  "svelte-eslint-parser": "0.43.0",
79
79
  "typescript-eslint": "8.20.0",
80
80
  "yaml-eslint-parser": "1.2.3"