aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-04 03:52:12 +0100
committerache <ache@ache.one>2018-02-04 03:52:12 +0100
commitf2e6cfbe5df25693094ebc6bd82ca433e4a1c420 (patch)
treebe402e6eb172b2b5f2dec41355274ebfe6e53838 /package.json
parentConfigure XO to use space (diff)
Work on the style guideline
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7272401..82e4f0b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "remark-multiple-choice",
"version": "0.1.0",
- "description": "A remark plugin for Markdown that replaces `mermaid` to block.",
+ "description": "A remark plugin for Markdown that parse list of answers to multiple choise",
"main": "app.js",
"scripts": {
"start": "node app.js"
@@ -23,6 +23,12 @@
}
,
"xo" : {
- "space" : true
+ "space" : true,
+ "rules": {
+ "comma-dangle": [
+ "error",
+ "always-multiline"
+ ]
+ }
}
}