From a6aab85a6defdef41f9ea086a580cc30536f4005 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 4 Feb 2018 03:48:32 +0100 Subject: Work on the style guideline --- package.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4035be2..ae516fe 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,30 @@ { "name": "remark-special-box", "version": "0.1.0", - "description": "A remark plugin for Markdown that replaces `mermaid` to block.", + "description": "A remark plugin for Markdown that parse special blox", "main": "app.js", "scripts": { "start": "node app.js" }, "dependencies": { - "fs-extra": "^4.0.1", - "npm-which": "^3.0.1", "unist-util-visit": "^1.1.3" }, "author": "ache", "license": "MIT", "keywords": [ - "boxes", + "box", "remark" ], "devDependencies": { "xo": "^0.18.2" }, "xo" : { - "space" : true + "space" : true, + "rules": { + "comma-dangle": [ + "error", + "always-multiline" + ] + } } } -- cgit v1.2.3