|
1 | 1 | {
|
2 |
| - "name": "CppCoreGuidelinesCheck", |
3 |
| - "version": "0.0.0", |
4 |
| - "description": "CppCoreGuidelines Check", |
5 |
| - "private": true, |
6 |
| - "dependencies": { |
7 |
| - "remark": "^4.2.2", |
8 |
| - "remark-lint": "^4.0.2", |
9 |
| - "remark-lint-sentence-newline": "^2.0.0", |
10 |
| - "remark-validate-links": "^4.1.0" |
11 |
| - } |
| 2 | + "name": "CppCoreGuidelinesCheck", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "CppCoreGuidelines Check", |
| 5 | + "private": true, |
| 6 | + "dependencies": { |
| 7 | + "remark": "^4.2.2", |
| 8 | + "remark-lint": "^4.0.2", |
| 9 | + "remark-lint-sentence-newline": "^2.0.0", |
| 10 | + "remark-validate-links": "^4.1.0", |
| 11 | + "remark-lint-are-links-valid": "^1.0.2" |
| 12 | + }, |
| 13 | + "remarkConfig": { |
| 14 | + "plugins": { |
| 15 | + "remark-lint": { |
| 16 | + "unordered-list-marker-style": "consistent", |
| 17 | + "list-item-bullet-indent": false, |
| 18 | + "list-item-indent": false, |
| 19 | + "list-item-spacing": false, |
| 20 | + "no-html": false, |
| 21 | + "maximum-line-length": false, |
| 22 | + "no-file-name-mixed-case": false, |
| 23 | + "heading-increment": false, |
| 24 | + "no-multiple-toplevel-headings": false, |
| 25 | + "no-consecutive-blank-lines": false, |
| 26 | + "maximum-line-length": 9000, |
| 27 | + "maximum-heading-length": 300, |
| 28 | + "no-heading-punctuation": false, |
| 29 | + "no-duplicate-headings": false, |
| 30 | + "emphasis-marker": "*", |
| 31 | + "no-tabs": false, |
| 32 | + "blockquote-indentation": false, |
| 33 | + "strong-marker": "*", |
| 34 | + "external": ["remark-lint-are-links-valid"] |
| 35 | + } |
| 36 | + }, |
| 37 | + "settings": { |
| 38 | + "bullet": "*", |
| 39 | + "listItemIndent": "1", |
| 40 | + "strong": "*", |
| 41 | + "emphasis": "*" |
| 42 | + } |
| 43 | + } |
12 | 44 | }
|
0 commit comments