@storm-software/markdownlint 0.18.2 → 0.18.4

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/README.md CHANGED
@@ -21,13 +21,13 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.18.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.18.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
28
28
 
29
29
  > [!IMPORTANT]
30
- > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
30
+ > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
31
31
 
32
32
  <!-- markdownlint-restore -->
33
33
  <!-- prettier-ignore-end -->
@@ -28,7 +28,7 @@
28
28
  // MD007: Unordered list indentation: 2 spaces.
29
29
  "ul-indent": {
30
30
  "indent": 2,
31
- "start_indented": true
31
+ "start_indented": false
32
32
  },
33
33
 
34
34
  // MD009: Disallow trailing spaces!
@@ -55,9 +55,8 @@
55
55
  "line-length": {
56
56
  "tables": false,
57
57
  "code_blocks": false,
58
- "headings": true,
59
- "line_length": 80,
60
- "heading_line_length": 80
58
+ "headings": false,
59
+ "line_length": 250
61
60
  },
62
61
 
63
62
  // MD014: Disallow use of dollar signs($) before commands without showing output.
package/dist/index.d.mts CHANGED
@@ -41,9 +41,6 @@ declare const config: {
41
41
  tables: boolean;
42
42
  code_blocks: boolean;
43
43
  headings: boolean;
44
- line_length: number;
45
- heading_line_length: number;
46
- code_block_line_length: number;
47
44
  };
48
45
  "commands-show-output": boolean;
49
46
  "no-missing-space-atx": boolean;
package/dist/index.d.ts CHANGED
@@ -41,9 +41,6 @@ declare const config: {
41
41
  tables: boolean;
42
42
  code_blocks: boolean;
43
43
  headings: boolean;
44
- line_length: number;
45
- heading_line_length: number;
46
- code_block_line_length: number;
47
44
  };
48
45
  "commands-show-output": boolean;
49
46
  "no-missing-space-atx": boolean;
package/dist/index.js CHANGED
@@ -41,11 +41,8 @@ var markdownlintConfig = {
41
41
  },
42
42
  "line-length": {
43
43
  tables: false,
44
- code_blocks: true,
45
- headings: true,
46
- line_length: 80,
47
- heading_line_length: 80,
48
- code_block_line_length: 80
44
+ code_blocks: false,
45
+ headings: false
49
46
  },
50
47
  "commands-show-output": true,
51
48
  "no-missing-space-atx": true,
package/dist/index.mjs CHANGED
@@ -41,11 +41,8 @@ var markdownlintConfig = {
41
41
  },
42
42
  "line-length": {
43
43
  tables: false,
44
- code_blocks: true,
45
- headings: true,
46
- line_length: 80,
47
- heading_line_length: 80,
48
- code_block_line_length: 80
44
+ code_blocks: false,
45
+ headings: false
49
46
  },
50
47
  "commands-show-output": true,
51
48
  "no-missing-space-atx": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/markdownlint",
3
- "version": "0.18.2",
3
+ "version": "0.18.4",
4
4
  "description": "An opinionated collection of markdownlint rules used by Storm Software.",
5
5
  "repository": {
6
6
  "type": "github",