mirror of
https://github.com/netdata/netdata.git
synced 2021-06-06 23:03:21 +03:00
Change lint standard for lists (#10371)
This commit is contained in:
@@ -7,12 +7,12 @@ exports.settings = {
|
||||
spacedTable: false,
|
||||
paddedTable: false,
|
||||
fences: true,
|
||||
rule: '-',
|
||||
rule: "-",
|
||||
ruleRepetition: 3,
|
||||
emphasis: "*",
|
||||
strong: "*",
|
||||
bullet: "-",
|
||||
listItemIndent: 'tab',
|
||||
listItemIndent: "1",
|
||||
incrementListMarker: true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user