@zthun/janitor-markdownlint-config 19.0.0 → 19.1.1

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/index.cjs CHANGED
@@ -1,10 +1,8 @@
1
- 'use strict';
2
-
1
+ "use strict";
3
2
  const config = {
4
- // We actually want support sometimes for custom html and images in
5
- // markdown so we need to allow it.
6
- "no-inline-html": false
3
+ // We actually want support sometimes for custom html and images in
4
+ // markdown so we need to allow it.
5
+ "no-inline-html": false
7
6
  };
8
-
9
7
  module.exports = config;
10
8
  //# sourceMappingURL=index.cjs.map
@@ -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":[],"mappings":";AAEA,MAAM,SAAwB;AAAA;AAAA;AAAA,EAG5B,kBAAkB;AACpB;;"}
package/dist/index.js CHANGED
@@ -1,8 +1,9 @@
1
1
  const config = {
2
- // We actually want support sometimes for custom html and images in
3
- // markdown so we need to allow it.
4
- "no-inline-html": false
2
+ // We actually want support sometimes for custom html and images in
3
+ // markdown so we need to allow it.
4
+ "no-inline-html": false
5
+ };
6
+ export {
7
+ config as default
5
8
  };
6
-
7
- export { config as default };
8
9
  //# sourceMappingURL=index.js.map
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":[],"mappings":"AAEA,MAAM,SAAwB;AAAA;AAAA;AAAA,EAG5B,kBAAkB;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.1",
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.1",
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": "ad805eb1111b858e833925d150acf12e48c09b1b"
43
43
  }