mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-12-26 16:46:35 +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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint-eslint": "./node_modules/.bin/eslint Gruntfile.js",
|
"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",
|
||||||
"lint": "npm run lint-eslint && npm run lint-md",
|
|
||||||
"build": "npm run lint && grunt",
|
"build": "npm run lint && grunt",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"remarkConfig": {
|
|
||||||
"plugins": [
|
|
||||||
"remark-preset-lint-recommended",
|
|
||||||
[
|
|
||||||
"remark-lint-final-newline",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/zargon-now/zargon-now.github.io.git"
|
"url": "git+https://github.com/zargon-now/zargon-now.github.io.git"
|
||||||
|
@ -33,11 +23,7 @@
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
"grunt": "^1.0.4",
|
"grunt": "^1.0.4",
|
||||||
"grunt-bower-task": "^0.5.0",
|
"grunt-bower-task": "^0.5.0",
|
||||||
"grunt-contrib-clean": "^2.0.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"
|
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue