|
| 1 | +{ |
| 2 | + "heading-increment": true, |
| 3 | + "no-hard-tabs": false, |
| 4 | + "first-line-heading": false, |
| 5 | + "heading-style": { |
| 6 | + "style": "atx" |
| 7 | + }, |
| 8 | + "ul-style": { |
| 9 | + "style": "dash" |
| 10 | + }, |
| 11 | + "list-indent": true, |
| 12 | + "ul-indent": { |
| 13 | + "indent": 4, |
| 14 | + "start_indented": false |
| 15 | + }, |
| 16 | + "no-trailing-spaces": { |
| 17 | + "strict": true, |
| 18 | + "br_spaces": 2 |
| 19 | + }, |
| 20 | + "no-reversed-links": true, |
| 21 | + "no-inline-html": false, |
| 22 | + "no-emphasis-as-heading": false, |
| 23 | + "no-multiple-blanks": { |
| 24 | + "maximum": 2 |
| 25 | + }, |
| 26 | + "line-length": false, |
| 27 | + "commands-show-output": true, |
| 28 | + "no-missing-space-atx": true, |
| 29 | + "no-multiple-space-atx": true, |
| 30 | + "blanks-around-headings": true, |
| 31 | + "heading-start-left": true, |
| 32 | + "no-duplicate-heading": { |
| 33 | + "siblings_only": true |
| 34 | + }, |
| 35 | + "single-title": true, |
| 36 | + "no-trailing-punctuation": true, |
| 37 | + "no-multiple-space-blockquote": true, |
| 38 | + "no-blanks-blockquote": true, |
| 39 | + "ol-prefix": { |
| 40 | + "style": "one_or_ordered" |
| 41 | + }, |
| 42 | + "list-marker-space": true, |
| 43 | + "blanks-around-fences": { |
| 44 | + "list_items": false |
| 45 | + }, |
| 46 | + "blanks-around-lists": true, |
| 47 | + "no-bare-urls": true, |
| 48 | + "hr-style": { |
| 49 | + "style": "---" |
| 50 | + }, |
| 51 | + "no-space-in-emphasis": true, |
| 52 | + "no-space-in-code": true, |
| 53 | + "no-space-in-links": true, |
| 54 | + "fenced-code-language": true, |
| 55 | + "no-empty-links": true, |
| 56 | + "proper-names": { |
| 57 | + "names": [ |
| 58 | + "JavaScript", |
| 59 | + "TypeScript", |
| 60 | + "npm", |
| 61 | + "Node.js", |
| 62 | + "GitHub" |
| 63 | + ] |
| 64 | + }, |
| 65 | + "no-alt-text": true, |
| 66 | + "code-block-style": { |
| 67 | + "style": "fenced" |
| 68 | + }, |
| 69 | + "single-trailing-newline": true, |
| 70 | + "code-fence-style": { |
| 71 | + "style": "backtick" |
| 72 | + } |
| 73 | +} |
0 commit comments