2024.3.6 • Published 6 days ago

@davidsneighbour/remark-config v2024.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Remark Lint

Why?

This package contains configuration for remark-lint to lint markdown code styles. It bundles standard presets and sets some opinionated rules.. It is used by @davidsneighbour to lint markdown files in all projects.

Configuration

Method 1: add it as JSON structure in .remarkrc at the root of your project:

{
  "plugins": ["@davidsneighbour/remark-config"]
}

Method 2: add it as a configuration object under remarkConfig in package.json:

{
  "remarkConfig": {
    "plugins": ["@davidsneighbour/remark-config"]
  }
}

Method 3: add it as a JavaScript object in .remarkrc.js at the root of your project. This package is ESM only now:

import defaultRemarkConfig from "@davidsneighbour/remark-config";

const localRemarkConfig = [
    // add your changes here
];

const mergedConfiguration = {
    ...defaultRemarkConfig,
    ...localRemarkConfig,
};

export default mergedConfiguration;

Or without changes:

import defaultRemarkConfig from "@davidsneighbour/remark-config";
export default defaultRemarkConfig;

Configuration rules in this package

The davidsneighbour ruleset for remark-lint uses the following two presets:

The following plugins are added:

The following rules have different settings than the presets:

Scripts in package.json

"scripts": {
 "lint:remark": "remark",
 "lint:remark2": "remark ."
}

All configurations

Configurations
Build Tools
BabelWebpack
Testing
CypressHTML Validate
Linters and Formatters
BrowserslistESLintPostCSS
PrettierStylelint
Project Management
CommitlintRelease
Markdown and Writing
MarkdownlintRemark Lint
Other Tools
BootstrapTools
remarkremark-cliremark-footnotesremark-frontmatterremark-lintremark-lint-blockquote-indentationremark-lint-checkbox-character-styleremark-lint-checkbox-content-indentremark-lint-code-block-styleremark-lint-definition-caseremark-lint-definition-spacingremark-lint-emphasis-markerremark-lint-fenced-code-flagremark-lint-fenced-code-markerremark-lint-file-extensionremark-lint-final-definitionremark-lint-final-newlineremark-lint-first-heading-levelremark-lint-frontmatter-schemaremark-lint-hard-break-spacesremark-lint-heading-incrementremark-lint-heading-styleremark-lint-linebreak-styleremark-lint-link-title-styleremark-lint-list-item-bullet-indentremark-lint-list-item-content-indentremark-lint-list-item-indentremark-lint-list-item-spacingremark-lint-maximum-heading-lengthremark-lint-maximum-line-lengthremark-lint-no-auto-link-without-protocolremark-lint-no-blockquote-without-markerremark-lint-no-consecutive-blank-linesremark-lint-no-duplicate-definitionsremark-lint-no-duplicate-headingsremark-lint-no-duplicate-headings-in-sectionremark-lint-no-emphasis-as-headingremark-lint-no-empty-urlremark-lint-no-file-name-articlesremark-lint-no-file-name-consecutive-dashesremark-lint-no-file-name-irregular-charactersremark-lint-no-file-name-mixed-caseremark-lint-no-file-name-outer-dashesremark-lint-no-heading-content-indentremark-lint-no-heading-indentremark-lint-no-heading-like-paragraphremark-lint-no-heading-punctuationremark-lint-no-htmlremark-lint-no-inline-paddingremark-lint-no-literal-urlsremark-lint-no-missing-blank-linesremark-lint-no-multiple-toplevel-headingsremark-lint-no-reference-like-urlremark-lint-no-shell-dollarsremark-lint-no-shortcut-reference-imageremark-lint-no-shortcut-reference-linkremark-lint-no-table-indentationremark-lint-no-tabsremark-lint-no-undefined-referencesremark-lint-no-unused-definitionsremark-lint-ordered-list-marker-styleremark-lint-rule-styleremark-lint-strong-markerremark-lint-table-cell-paddingremark-lint-table-pipe-alignmentremark-lint-table-pipesremark-lint-unordered-list-marker-styleunified
2024.3.6

6 days ago

2024.3.5

6 days ago

2024.3.4

7 days ago

2024.3.3

8 days ago

2024.3.2

14 days ago

2024.3.1

14 days ago

2024.2.5

17 days ago

2024.2.4

18 days ago

2024.3.0

17 days ago

2024.2.3

19 days ago

2024.2.1

20 days ago

2024.2.0

20 days ago

2024.2.2

20 days ago

2024.1.2

22 days ago

2024.1.1

22 days ago

2024.1.0

30 days ago

2024.0.1

1 month ago

2024.0.3

1 month ago

2024.0.2

1 month ago

5.11.1

1 month ago

5.11.0

1 month ago

5.10.4

1 month ago

5.10.3

1 month ago

5.10.2

1 month ago

5.10.1

2 months ago

5.10.0

2 months ago

5.9.7

2 months ago

5.9.6

2 months ago

5.9.5

2 months ago

5.9.4

2 months ago

5.9.3

2 months ago

5.9.2

2 months ago

5.9.1

2 months ago

5.8.20

2 months ago

5.8.19

2 months ago

5.9.0

2 months ago

5.8.16

3 months ago

5.8.17

3 months ago

5.8.18

3 months ago

5.8.10

3 months ago

5.8.11

3 months ago

5.8.12

3 months ago

5.8.13

3 months ago

5.8.14

3 months ago

5.8.15

3 months ago

5.8.9

3 months ago

5.8.8

3 months ago

5.8.7

4 months ago

5.8.6

4 months ago

5.8.5

4 months ago

5.8.4

4 months ago

5.8.3

4 months ago

5.8.2

4 months ago

5.8.1

4 months ago

5.8.0

4 months ago

5.7.0

4 months ago

5.6.1

4 months ago

5.6.0

4 months ago

5.5.26

4 months ago

5.5.27

4 months ago

5.5.25

4 months ago

5.5.24

4 months ago

5.5.23

4 months ago

5.5.22

5 months ago

5.5.20

5 months ago

5.5.21

5 months ago

5.5.19

5 months ago

5.5.18

5 months ago

5.5.1

7 months ago

5.5.0

7 months ago

5.3.0

7 months ago

5.2.16

10 months ago

5.2.44

7 months ago

5.2.43

7 months ago

5.2.42

7 months ago

5.2.41

7 months ago

5.2.40

8 months ago

5.4.0

7 months ago

5.2.39

8 months ago

5.2.38

8 months ago

5.2.37

8 months ago

5.2.36

8 months ago

5.2.34

8 months ago

5.2.33

8 months ago

5.2.32

9 months ago

5.2.31

9 months ago

5.2.30

9 months ago

5.2.29

9 months ago

5.2.28

9 months ago

5.2.27

9 months ago

5.5.17

5 months ago

5.2.26

9 months ago

5.2.25

9 months ago

5.5.15

6 months ago

5.5.9

6 months ago

5.2.24

10 months ago

5.5.16

6 months ago

5.5.8

6 months ago

5.5.14

6 months ago

5.5.11

6 months ago

5.5.5

6 months ago

5.5.12

6 months ago

5.5.4

6 months ago

5.5.3

6 months ago

5.5.10

6 months ago

5.5.2

7 months ago

5.1.38

11 months ago

5.1.31

12 months ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.20

1 year ago

5.0.16

1 year ago

5.0.5

1 year ago

5.0.4

1 year ago

5.0.3

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.10

1 year ago

5.0.0

1 year ago

4.1.2

1 year ago

4.1.1

1 year ago

4.0.7

2 years ago

4.0.8

2 years ago

4.0.5

2 years ago

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.5.11

2 years ago