-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.85 KB
/
package.json
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
{
"name": "remark-preset-lint-make-school",
"version": "1.0.3",
"description": "Default settings for linting Make School tutorials written in Markdown.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MakeSchool/remark-preset-lint-make-school.git"
},
"author": "Dion Larson",
"license": "MIT",
"bugs": {
"url": "https://github.com/MakeSchool/remark-preset-lint-make-school/issues"
},
"homepage": "https://github.com/MakeSchool/remark-preset-lint-make-school#readme",
"dependencies": {
"remark-lint": "^6.0.0",
"remark-lint-final-newline": "^1.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
"remark-lint-list-item-bullet-indent": "^1.0.0",
"remark-lint-list-item-indent": "^1.0.0",
"remark-lint-list-item-spacing": "^1.0.0",
"remark-lint-ordered-list-marker-style": "^1.0.0",
"remark-lint-ordered-list-marker-value": "^1.0.0",
"remark-lint-unordered-list-marker-style": "^1.0.0",
"remark-lint-heading-style": "^1.0.0",
"remark-lint-maximum-heading-length": "^1.0.0",
"remark-lint-no-duplicate-headings": "^1.0.0",
"remark-lint-no-emphasis-as-heading": "^1.0.0",
"remark-lint-no-heading-content-indent": "^1.0.0",
"remark-lint-no-heading-indent": "^1.0.0",
"remark-lint-no-heading-like-paragraph": "^1.0.0",
"remark-lint-link-title-style": "^1.0.0",
"remark-lint-no-empty-url": "^1.0.0",
"remark-lint-no-literal-urls": "^1.0.0",
"remark-lint-emphasis-marker": "^1.0.0",
"remark-lint-strong-marker": "^1.0.0",
"remark-lint-no-inline-padding": "^1.0.0",
"remark-lint-code-block-style": "^1.0.0",
"remark-lint-fenced-code-marker": "^1.0.0",
"remark-lint-no-consecutive-blank-lines": "^1.0.0",
"remark-lint-no-missing-blank-lines": "^1.0.0",
"remark-lint-no-html": "^1.0.0",
"remark-lint-no-tabs": "^1.0.0"
}
}