summaryrefslogtreecommitdiff
path: root/.remarkrc
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-04-30 18:13:35 +0200
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-10-25 21:12:12 +0200
commit92dff06122fb87737f386e86d9e26ba205a9e04a (patch)
tree1a8d66120c14ba8f28760ec7be513ca739e87ac1 /.remarkrc
parent2e1d092ff18eb0c4274f066ca60c34c85ea71234 (diff)
downloadandroid-node-v8-92dff06122fb87737f386e86d9e26ba205a9e04a.tar.gz
android-node-v8-92dff06122fb87737f386e86d9e26ba205a9e04a.tar.bz2
android-node-v8-92dff06122fb87737f386e86d9e26ba205a9e04a.zip
tools: use remark-preset-lint-node in .remarkrc
PR-URL: https://github.com/nodejs/node/pull/12756 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to '.remarkrc')
-rw-r--r--.remarkrc64
1 files changed, 3 insertions, 61 deletions
diff --git a/.remarkrc b/.remarkrc
index b8cee4c2bb..34400ece0d 100644
--- a/.remarkrc
+++ b/.remarkrc
@@ -1,63 +1,5 @@
{
- "plugins": {
- "remark-lint/": {
- "blockquote-indentation": 2,
- "checkbox-character-style": { "checked": "x", "unchecked": " " },
- "checkbox-content-indent": true,
- "code-block-style": "fenced",
- "definition-case": false,
- "definition-spacing": true,
- "emphasis-marker": false,
- "fenced-code-flag": true,
- "fenced-code-marker": "`",
- "file-extension": "md",
- "final-definition": true,
- "final-newline": true,
- "first-heading-level": 1,
- "hard-break-spaces": true,
- "heading-increment": false,
- "heading-style": "atx",
- "link-title-style": false,
- "list-item-bullet-indent": false,
- "list-item-content-indent": false,
- "list-item-indent": false,
- "list-item-spacing": false,
- "maximum-heading-length": false,
- "maximum-line-length": false,
- "no-auto-link-without-protocol": true,
- "no-blockquote-without-caret": true,
- "no-consecutive-blank-lines": false,
- "no-duplicate-definitions": true,
- "no-duplicate-headings": false,
- "no-emphasis-as-heading": false,
- "no-file-name-articles": true,
- "no-file-name-consecutive-dashes": true,
- "no-file-name-irregular-characters": false,
- "no-file-name-mixed-case": false,
- "no-file-name-outer-dashes": true,
- "no-heading-content-indent": true,
- "no-heading-indent": true,
- "no-heading-punctuation": false,
- "no-html": false,
- "no-inline-padding": true,
- "no-literal-urls": false,
- "no-missing-blank-lines": false,
- "no-multiple-toplevel-headings": true,
- "no-shell-dollars": true,
- "no-shortcut-reference-image": true,
- "no-shortcut-reference-link": false,
- "no-table-indentation": true,
- "no-tabs": true,
- "no-undefined-references": false,
- "no-unused-definitions": true,
- "ordered-list-marker-style": false,
- "ordered-list-marker-value": false,
- "rule-style": true,
- "strong-marker": "*",
- "table-cell-padding": "padded",
- "table-pipe-alignment": false,
- "table-pipes": true,
- "unordered-list-marker-style": false
- }
- }
+ "plugins": [
+ "./tools/remark-preset-lint-node/"
+ ]
}