mirror of
https://github.com/netdata/netdata.git
synced 2025-04-18 19:38:46 +00:00
Change lint standard for lists (#10371)
This commit is contained in:
parent
44aabc6af5
commit
3adf54ff45
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ exports.settings = {
|
||||||
spacedTable: false,
|
spacedTable: false,
|
||||||
paddedTable: false,
|
paddedTable: false,
|
||||||
fences: true,
|
fences: true,
|
||||||
rule: '-',
|
rule: "-",
|
||||||
ruleRepetition: 3,
|
ruleRepetition: 3,
|
||||||
emphasis: "*",
|
emphasis: "*",
|
||||||
strong: "*",
|
strong: "*",
|
||||||
bullet: "-",
|
bullet: "-",
|
||||||
listItemIndent: 'tab',
|
listItemIndent: "1",
|
||||||
incrementListMarker: true
|
incrementListMarker: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue