summaryrefslogtreecommitdiff
path: root/.remarkrc
diff options
context:
space:
mode:
authoroupala2020-06-17 13:00:27 +0200
committeroupala2020-07-02 11:55:44 +0200
commitd34775b19463982b7502a3023e5a5f700f9dcc2c (patch)
tree58b843c8cd89c8751acc8507440eeaaf9af9e583 /.remarkrc
parent3cc957a88b3b434edbc9db072c7259d188333c9a (diff)
doc: add a markdown linting configuration file
Add a markdown linting configuration file. The configuration file is using [remark-preset-lint-markdown-style-guide](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide). This preset configure `remark-lint` with settings that the [Markdown Style Guide](http://www.cirosantilli.com/markdown-style-guide/) recommends. Signed-off-by: oupala <oupala@users.noreply.github.com>
Diffstat (limited to '.remarkrc')
-rw-r--r--.remarkrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.remarkrc b/.remarkrc
new file mode 100644
index 00000000..cb20fc41
--- /dev/null
+++ b/.remarkrc
@@ -0,0 +1,5 @@
+{
+ "plugins": [
+ "preset-lint-markdown-style-guide"
+ ]
+}