summaryrefslogtreecommitdiff
path: root/tools/remark-preset-lint-node/package.json
blob: beabb75cdb22b68bc53a564eb310e239d75502d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "name": "remark-preset-lint-node",
  "version": "1.0.2",
  "description": "remark preset to configure remark-lint with settings for nodejs/node",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watilde/remark-preset-lint-node.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watilde/remark-preset-lint-node/issues"
  },
  "homepage": "https://github.com/watilde/remark-preset-lint-node#readme",
  "dependencies": {
    "remark-lint": "^6.0.0",
    "remark-lint-blockquote-indentation": "^1.0.0",
    "remark-lint-checkbox-character-style": "^1.0.0",
    "remark-lint-checkbox-content-indent": "^1.0.0",
    "remark-lint-code-block-style": "^1.0.0",
    "remark-lint-definition-spacing": "^1.0.0",
    "remark-lint-fenced-code-flag": "^1.0.0",
    "remark-lint-fenced-code-marker": "^1.0.0",
    "remark-lint-file-extension": "^1.0.0",
    "remark-lint-final-definition": "^1.0.0",
    "remark-lint-final-newline": "^1.0.0",
    "remark-lint-first-heading-level": "^1.0.0",
    "remark-lint-hard-break-spaces": "^1.0.1",
    "remark-lint-heading-style": "^1.0.0",
    "remark-lint-no-auto-link-without-protocol": "^1.0.0",
    "remark-lint-no-blockquote-without-caret": "^1.0.0",
    "remark-lint-no-duplicate-definitions": "^1.0.0",
    "remark-lint-no-file-name-articles": "^1.0.0",
    "remark-lint-no-file-name-consecutive-dashes": "^1.0.0",
    "remark-lint-no-file-name-outer-dashes": "^1.0.0",
    "remark-lint-no-heading-content-indent": "^1.0.0",
    "remark-lint-no-heading-indent": "^1.0.0",
    "remark-lint-no-inline-padding": "^1.0.0",
    "remark-lint-no-multiple-toplevel-headings": "^1.0.0",
    "remark-lint-no-shell-dollars": "^1.0.0",
    "remark-lint-no-shortcut-reference-image": "^1.0.0",
    "remark-lint-no-table-indentation": "^1.0.0",
    "remark-lint-no-tabs": "^1.0.0",
    "remark-lint-no-unused-definitions": "^1.0.0",
    "remark-lint-prohibited-strings": "^1.0.0",
    "remark-lint-rule-style": "^1.0.0",
    "remark-lint-strong-marker": "^1.0.0",
    "remark-lint-table-cell-padding": "^1.0.0",
    "remark-lint-table-pipes": "^1.0.0"
  }
}