2016-04-09 16:54:33 +08:00
|
|
|
{
|
2016-08-16 06:46:13 +08:00
|
|
|
"name": "CppCoreGuidelinesCheck",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "CppCoreGuidelines Check",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"remark": "^4.2.2",
|
|
|
|
"remark-lint": "^4.0.2",
|
|
|
|
"remark-lint-sentence-newline": "^2.0.0",
|
|
|
|
"remark-validate-links": "^4.1.0",
|
|
|
|
"remark-lint-are-links-valid": "^1.0.2"
|
|
|
|
},
|
|
|
|
"remarkConfig": {
|
|
|
|
"plugins": {
|
|
|
|
"remark-lint": {
|
|
|
|
"unordered-list-marker-style": "consistent",
|
|
|
|
"list-item-bullet-indent": false,
|
|
|
|
"list-item-indent": false,
|
|
|
|
"list-item-spacing": false,
|
|
|
|
"no-html": false,
|
|
|
|
"maximum-line-length": false,
|
|
|
|
"no-file-name-mixed-case": false,
|
|
|
|
"heading-increment": false,
|
|
|
|
"no-multiple-toplevel-headings": false,
|
|
|
|
"no-consecutive-blank-lines": false,
|
|
|
|
"maximum-line-length": 9000,
|
|
|
|
"maximum-heading-length": 300,
|
|
|
|
"no-heading-punctuation": false,
|
|
|
|
"no-duplicate-headings": false,
|
|
|
|
"emphasis-marker": "*",
|
|
|
|
"no-tabs": false,
|
|
|
|
"blockquote-indentation": false,
|
|
|
|
"strong-marker": "*",
|
|
|
|
"external": ["remark-lint-are-links-valid"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"bullet": "*",
|
|
|
|
"listItemIndent": "1",
|
|
|
|
"strong": "*",
|
|
|
|
"emphasis": "*"
|
|
|
|
}
|
|
|
|
}
|
2016-04-09 16:54:33 +08:00
|
|
|
}
|