|
1 | 1 | {
|
2 |
| - "presets": ["lint-recommended"], |
3 |
| - "plugins": { |
4 |
| - "lint": { |
5 |
| - "list-item-bullet-indent": false, |
6 |
| - "list-item-indent": false, |
7 |
| - "ordered-list-marker-style": false, |
8 |
| - "no-unused-definitions": false, |
9 |
| - "no-shortcut-reference-link": false, |
10 |
| - "no-shortcut-reference-image": false, |
11 |
| - "no-table-indentation": true, |
12 |
| - "table-cell-padding": "consistent", |
13 |
| - "table-pipes": false |
14 |
| - }, |
15 |
| - "validate-links": { |
| 2 | + "plugins": [ |
| 3 | + "preset-lint-recommended", |
| 4 | + ["lint-list-item-bullet-indent", false], |
| 5 | + ["lint-list-item-indent", false], |
| 6 | + ["lint-ordered-list-marker-style", false], |
| 7 | + ["lint-no-unused-definitions", false], |
| 8 | + ["lint-no-shortcut-reference-link", false], |
| 9 | + ["lint-no-shortcut-reference-image", false], |
| 10 | + ["lint-no-table-indentation", true], |
| 11 | + ["lint-table-cell-padding", "consistent"], |
| 12 | + ["lint-table-pipes", false], |
| 13 | + ["validate-links", { |
16 | 14 | "repository": ""
|
17 |
| - } |
18 |
| - } |
| 15 | + }] |
| 16 | + ] |
19 | 17 | }
|
0 commit comments