@zthun/janitor-markdownlint-config 19.0.0 → 19.1.0

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 +1 @@
1
- {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import { Configuration } from \"markdownlint\";\n\nconst config: Configuration = {\n // We actually want support sometimes for custom html and images in\n // markdown so we need to allow it.\n \"no-inline-html\": false,\n};\n\nexport default config;\n"],"names":["config"],"mappings":";;AAEA,MAAMA,MAAwB,GAAA;;;IAG5B,gBAAkB,EAAA;AACpB;;;;"}
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import type { Configuration } from \"markdownlint\";\n\nconst config: Configuration = {\n // We actually want support sometimes for custom html and images in\n // markdown so we need to allow it.\n \"no-inline-html\": false,\n};\n\nexport default config;\n"],"names":["config"],"mappings":";;AAEA,MAAMA,MAAwB,GAAA;;;IAG5B,gBAAkB,EAAA;AACpB;;;;"}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import { Configuration } from \"markdownlint\";\n\nconst config: Configuration = {\n // We actually want support sometimes for custom html and images in\n // markdown so we need to allow it.\n \"no-inline-html\": false,\n};\n\nexport default config;\n"],"names":["config"],"mappings":"AAEA,MAAMA,MAAwB,GAAA;;;IAG5B,gBAAkB,EAAA;AACpB;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import type { Configuration } from \"markdownlint\";\n\nconst config: Configuration = {\n // We actually want support sometimes for custom html and images in\n // markdown so we need to allow it.\n \"no-inline-html\": false,\n};\n\nexport default config;\n"],"names":["config"],"mappings":"AAEA,MAAMA,MAAwB,GAAA;;;IAG5B,gBAAkB,EAAA;AACpB;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/janitor-markdownlint-config",
3
- "version": "19.0.0",
3
+ "version": "19.1.0",
4
4
  "description": "A shared configuration for markdownlint for @zthun scoped projects.",
5
5
  "keywords": [
6
6
  "markdownlint",
@@ -28,7 +28,7 @@
28
28
  "build": "vite build"
29
29
  },
30
30
  "devDependencies": {
31
- "@zthun/janitor-build-config": "^19.0.0",
31
+ "@zthun/janitor-build-config": "^19.1.0",
32
32
  "markdownlint": "~0.38.0",
33
33
  "vite": "^6.3.5"
34
34
  },
@@ -39,5 +39,5 @@
39
39
  "access": "public"
40
40
  },
41
41
  "author": "Anthony Bonta",
42
- "gitHead": "8277288093dff6023427448ccf903d83912865b5"
42
+ "gitHead": "bffd8ac7224b5b19ac3e60a0f6a339a1d4e3a0e1"
43
43
  }