From f2e6cfbe5df25693094ebc6bd82ca433e4a1c420 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 4 Feb 2018 03:52:12 +0100 Subject: Work on the style guideline --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'package.json') 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" + ] + } } } -- cgit v1.2.3