mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-12-26 00:26:33 +00:00
Remove remark markdown linter.
This commit is contained in:
parent
9c285bc936
commit
23d16dc090
1 changed files with 3 additions and 17 deletions
20
package.json
20
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": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue