From 23d16dc090e1091b086a3c35d169ea20e9fbea9f Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 30 May 2019 10:00:20 -0400 Subject: [PATCH] Remove remark markdown linter. --- package.json | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index d1190f8..f0a9d3e 100644 --- a/package.json +++ b/package.json @@ -5,20 +5,10 @@ "main": "index.js", "scripts": { "lint-eslint": "./node_modules/.bin/eslint Gruntfile.js", - "lint-md": "./node_modules/.bin/remark --no-stdout -f *.md .github/ISSUE_TEMPLATE/*.md", - "lint": "npm run lint-eslint && npm run lint-md", + "lint": "npm run lint-eslint", "build": "npm run lint && grunt", "test": "echo \"Error: no test specified\" && exit 1" }, - "remarkConfig": { - "plugins": [ - "remark-preset-lint-recommended", - [ - "remark-lint-final-newline", - false - ] - ] - }, "repository": { "type": "git", "url": "git+https://github.com/zargon-now/zargon-now.github.io.git" @@ -33,11 +23,7 @@ "eslint": "^5.16.0", "grunt": "^1.0.4", "grunt-bower-task": "^0.5.0", - "grunt-contrib-clean": "^2.0.0", - "remark": "^10.0.1", - "remark-cli": "^6.0.1", - "remark-lint": "^6.0.4", - "remark-preset-lint-recommended": "^3.0.2" + "grunt-contrib-clean": "^2.0.0" }, "dependencies": {} -} \ No newline at end of file +}